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:
|
||||
- wild-dragon
|
||||
|
||||
editor:
|
||||
build: ./services/editor
|
||||
depends_on:
|
||||
- mam-api
|
||||
ports:
|
||||
- "${PORT_EDITOR:-7435}:80"
|
||||
networks:
|
||||
- wild-dragon
|
||||
# editor:
|
||||
# build: ./services/editor
|
||||
# depends_on:
|
||||
# - mam-api
|
||||
# ports:
|
||||
# - "${PORT_EDITOR:-7435}:80"
|
||||
# networks:
|
||||
# - wild-dragon
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
|
|
|||
Loading…
Reference in a new issue