fix: comment out editor service in docker-compose to unblock deployment
This commit is contained in:
parent
60e306d1db
commit
c36c732f47
1 changed files with 8 additions and 8 deletions
|
|
@ -123,14 +123,14 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- wild-dragon
|
- wild-dragon
|
||||||
|
|
||||||
editor:
|
# editor:
|
||||||
build: ./services/editor
|
# build: ./services/editor
|
||||||
depends_on:
|
# depends_on:
|
||||||
- mam-api
|
# - mam-api
|
||||||
ports:
|
# ports:
|
||||||
- "${PORT_EDITOR:-7435}:80"
|
# - "${PORT_EDITOR:-7435}:80"
|
||||||
networks:
|
# networks:
|
||||||
- wild-dragon
|
# - wild-dragon
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue