fix(docker-compose): add compose image tag (#734)
* fix: update compose image tag * fix: update image org name
This commit is contained in:
@@ -3,8 +3,7 @@ services:
|
|||||||
main:
|
main:
|
||||||
build:
|
build:
|
||||||
context: ./docker
|
context: ./docker
|
||||||
tags:
|
image: automatischio/automatisch
|
||||||
- automatisch/automatisch
|
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -27,8 +26,7 @@ services:
|
|||||||
worker:
|
worker:
|
||||||
build:
|
build:
|
||||||
context: ./docker
|
context: ./docker
|
||||||
tags:
|
image: automatischio/automatisch
|
||||||
- automatisch/automatisch
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- main
|
- main
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user