refactor commit

This commit is contained in:
Jannik Streek 2024-02-16 11:27:46 +01:00
parent 47774fbd9d
commit 247cb45ce8

View file

@ -10,8 +10,8 @@ services:
context: . context: .
args: args:
ETHERPAD_PLUGINS: ETHERPAD_PLUGINS:
# change from development to production if needed
target: development target: development
# change to production if needed
tty: true tty: true
stdin_open: true stdin_open: true
volumes: volumes:
@ -21,8 +21,8 @@ services:
depends_on: depends_on:
- postgres - postgres
environment: environment:
# change from development to production if needed
NODE_ENV: development NODE_ENV: development
# change to production if needed
ADMIN_PASSWORD: ${DOCKER_COMPOSE_APP_DEV_ADMIN_PASSWORD} ADMIN_PASSWORD: ${DOCKER_COMPOSE_APP_DEV_ADMIN_PASSWORD}
DB_CHARSET: ${DOCKER_COMPOSE_APP_DEV_ENV_DB_CHARSET:-utf8mb4} DB_CHARSET: ${DOCKER_COMPOSE_APP_DEV_ENV_DB_CHARSET:-utf8mb4}
DB_HOST: postgres DB_HOST: postgres