diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | docker/crupest-nginx/sites/blog | 0 | ||||
-rw-r--r-- | template/docker-compose.yaml.template | 21 |
3 files changed, 0 insertions, 24 deletions
diff --git a/.gitmodules b/.gitmodules index 0418492..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "docker/crupest-nginx/sites/blog"] - path = docker/crupest-nginx/sites/blog - url = https://github.com/crupest/blog diff --git a/docker/crupest-nginx/sites/blog b/docker/crupest-nginx/sites/blog deleted file mode 160000 -Subproject 420d916ab73c6b51c0cbcccce8d70824ac18147 diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 7791c52..1fcc429 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -1,25 +1,4 @@ services: - halo: - image: halohub/halo:latest - pull_policy: always - container_name: halo - restart: on-failure:3 - init: true - volumes: - - ./data/halo:/root/.halo - - /etc/timezone:/etc/timezone:ro - - /etc/localtime:/etc/localtime:ro - environment: - - SERVER_PORT=8090 - - SPRING_DATASOURCE_DRIVER_CLASS_NAME=org.h2.Driver - - SPRING_DATASOURCE_URL=jdbc:h2:file:~/.halo/db/halo - - SPRING_DATASOURCE_USERNAME=admin - - SPRING_DATASOURCE_PASSWORD=$CRUPEST_HALO_DB_PASSWORD - - HALO_ADMIN_PATH=admin - - HALO_CACHE=memory - networks: - - halo-network - timeline: image: crupest/timeline:latest pull_policy: always |