There was an error while loading. Please reload this page.
1 parent 7f9fbb0 commit 81070aeCopy full SHA for 81070ae
1 file changed
docker-compose.yml
@@ -6,13 +6,13 @@ services:
6
container_name: chen-backend-dev
7
volumes:
8
- ./config:/opt/chen/config
9
- - chen-data:/opt/chen/data
+ - ./data:/opt/chen/data
10
ports:
11
- "8082:8082"
12
environment:
13
LOG_LEVEL: INFO
14
CORE_HOST: ${CORE_HOST:-http://host.docker.internal:8080}
15
- BOOTSTRAP_TOKEN: ${BOOTSTRAP_TOKEN:?PleaseChangeMe}
+ BOOTSTRAP_TOKEN: ${BOOTSTRAP_TOKEN-:PleaseChangeMe}
16
EXECUTE_PROGRAM: >-
17
java -Dfile.encoding=utf-8 -XX:+ExitOnOutOfMemoryError
18
-jar /opt/chen/chen.jar
0 commit comments