From 1e9b2436eaffa4130f6a69c3a108f6feb9dd4ac8 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sat, 22 Feb 2025 18:11:35 +0800 Subject: feat(services): refactor structure. --- templates/disabled/docker-compose.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 templates/disabled/docker-compose.yaml (limited to 'templates/disabled/docker-compose.yaml') diff --git a/templates/disabled/docker-compose.yaml b/templates/disabled/docker-compose.yaml deleted file mode 100644 index 565ca49..0000000 --- a/templates/disabled/docker-compose.yaml +++ /dev/null @@ -1,32 +0,0 @@ -services: - debian-dev: - pull_policy: build - build: - context: ./docker/debian-dev - dockerfile: Dockerfile - pull: true - args: - - USER=crupest - tags: - - "crupest/debian-dev:latest" - container_name: debian-dev - init: true - command: [ "/bootstrap/start/code-server.bash" ] - volumes: - - ./data/debian-dev:/data - - debian-dev-home:/home/crupest - restart: on-failure:3 - - timeline: - image: crupest/timeline:latest - pull_policy: always - container_name: timeline - restart: on-failure:3 - environment: - - ASPNETCORE_FORWARDEDHEADERS_ENABLED=true - - TIMELINE_DisableAutoBackup=true - volumes: - - ./data/timeline:/root/timeline - -volumes: - debian-dev-home: -- cgit v1.2.3