feat(deploy): vollständige Containerlösung
This commit is contained in:
@@ -12,6 +12,17 @@ services:
|
||||
- /docker/Bruchtal:/docker/Bruchtal:rw
|
||||
command: ["-hooks", "/hooks/hooks.json", "-verbose", "-port", "9001", "-ip", "0.0.0.0"]
|
||||
|
||||
|
||||
bruchtal-deploy:
|
||||
build: ./deploy
|
||||
container_name: bruchtal-deploy
|
||||
networks:
|
||||
- bruchtal-net
|
||||
volumes:
|
||||
- /docker/Bruchtal:/workspace
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
entrypoint: ["sleep", "infinity"]
|
||||
|
||||
networks:
|
||||
bruchtal-net:
|
||||
external: true
|
||||
Reference in New Issue
Block a user