Merge "Set production NODE_ENV"
This commit is contained in:
commit
098df7d0e1
@ -19,5 +19,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
image: docker.io/etherpad/etherpad:1.8.0
|
image: docker.io/etherpad/etherpad:1.8.0
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
environment:
|
||||||
|
NODE_ENV: production
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/etherpad/settings.json:/opt/etherpad-lite/settings.json
|
- /etc/etherpad/settings.json:/opt/etherpad-lite/settings.json
|
||||||
|
Loading…
Reference in New Issue
Block a user