docker-compose.yml aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m20s
All checks were successful
release-tag / release-image (push) Successful in 1m20s
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
version: '3.9'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
build:
|
image: git.send.nrw/groot/automatisch:latest
|
||||||
context: ./docker
|
|
||||||
dockerfile: Dockerfile.compose
|
|
||||||
entrypoint: /compose-entrypoint.sh
|
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -28,10 +25,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- automatisch_storage:/automatisch/storage
|
- automatisch_storage:/automatisch/storage
|
||||||
worker:
|
worker:
|
||||||
build:
|
image: git.send.nrw/groot/automatisch:latest
|
||||||
context: ./docker
|
|
||||||
dockerfile: Dockerfile.compose
|
|
||||||
entrypoint: /compose-entrypoint.sh
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- main
|
- main
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user