docker-compose.yml aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m20s

This commit is contained in:
2024-12-12 20:14:47 +00:00
parent 3573fc8895
commit 8f9041301c

View File

@@ -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: