fix: comment out editor service in docker-compose to unblock deployment

This commit is contained in:
Zac Gaetano 2026-05-24 18:58:22 -04:00
parent 60e306d1db
commit c36c732f47

View file

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