mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
refactor commit
This commit is contained in:
parent
47774fbd9d
commit
247cb45ce8
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ services:
|
|||
context: .
|
||||
args:
|
||||
ETHERPAD_PLUGINS:
|
||||
# change from development to production if needed
|
||||
target: development
|
||||
# change to production if needed
|
||||
tty: true
|
||||
stdin_open: true
|
||||
volumes:
|
||||
|
@ -21,8 +21,8 @@ services:
|
|||
depends_on:
|
||||
- postgres
|
||||
environment:
|
||||
# change from development to production if needed
|
||||
NODE_ENV: development
|
||||
# change to production if needed
|
||||
ADMIN_PASSWORD: ${DOCKER_COMPOSE_APP_DEV_ADMIN_PASSWORD}
|
||||
DB_CHARSET: ${DOCKER_COMPOSE_APP_DEV_ENV_DB_CHARSET:-utf8mb4}
|
||||
DB_HOST: postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue