1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-22 21:03:00 +00:00
kiwi-scp/kiwi_scp/data/etc/docker-compose_default.yml
2021-09-28 13:23:15 +02:00

22 lines
405 B
YAML

version: "2"
networks:
# reachable from outside
default:
driver: bridge
# interconnects projects
kiwi_hub:
external:
name: ${KIWI_HUB_NAME}
services:
# an example service
something:
# uses an image
image: maintainer/repo:tag
# will get restarted
restart: unless-stopped
# is also connected to the instance hub
networks:
- default
- kiwi_hub