diff options
author | crupest <crupest@outlook.com> | 2022-11-25 12:04:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-25 12:04:47 +0800 |
commit | 1915ea9f72e8805d552ea013d187c847d8d500d1 (patch) | |
tree | 94f1d9af092336af9b4839736ee26fac305ea903 | |
parent | 4999af9c93861e4de4b2d775e4f9a17c8ec0c1bb (diff) | |
parent | d6b0170a73187a623c2abceed7c9a8a4b1b8e12d (diff) | |
download | crupest-1915ea9f72e8805d552ea013d187c847d8d500d1.tar.gz crupest-1915ea9f72e8805d552ea013d187c847d8d500d1.tar.bz2 crupest-1915ea9f72e8805d552ea013d187c847d8d500d1.zip |
Merge branch 'master' of https://github.com/crupest/crupest
-rw-r--r-- | template/docker-compose.yaml.template | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 97cd4a3..caa2e66 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -8,8 +8,6 @@ services: - ./data/halo:/root/.halo - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - ports: - - "8090:8090" environment: - SERVER_PORT=8090 - SPRING_DATASOURCE_DRIVER_CLASS_NAME=org.h2.Driver @@ -31,8 +29,6 @@ services: - TIMELINE_DisableAutoBackup=true volumes: - ./data/timeline:/root/timeline - ports: - - "5000:5000" networks: - timeline-network @@ -54,8 +50,6 @@ services: restart: on-failure:3 volumes: - ./data/code-server:/data - ports: - - "8080:8080" networks: - code-server-network |