aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-28 19:06:05 +0800
committercrupest <crupest@outlook.com>2022-11-28 19:06:05 +0800
commit382acfebb2b8713ed83a85668e87af7a09e8cfe4 (patch)
tree20d5240d72f21964b0386350c94ab2f84cae6a96
parent2df204cebfc31b8feee3b36c6cf7cfb48efe22a1 (diff)
downloadcrupest-382acfebb2b8713ed83a85668e87af7a09e8cfe4.tar.gz
crupest-382acfebb2b8713ed83a85668e87af7a09e8cfe4.tar.bz2
crupest-382acfebb2b8713ed83a85668e87af7a09e8cfe4.zip
Try to fix blog submodule.
-rw-r--r--.gitmodules3
m---------docker/crupest-nginx/sites/blog0
-rw-r--r--template/docker-compose.yaml.template21
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