fix(docker-compose): add compose image tag (#734)

* fix: update compose image tag

* fix: update image org name
This commit is contained in:
ksurl
2022-11-21 15:01:46 -08:00
committed by GitHub
parent fc616e818a
commit d36b5e8091

View File

@@ -3,8 +3,7 @@ services:
main:
build:
context: ./docker
tags:
- automatisch/automatisch
image: automatischio/automatisch
ports:
- '3000:3000'
depends_on:
@@ -27,8 +26,7 @@ services:
worker:
build:
context: ./docker
tags:
- automatisch/automatisch
image: automatischio/automatisch
depends_on:
- main
environment: