mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -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: .
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue