replace drone ci

This commit is contained in:
2025-01-25 09:37:56 +01:00
parent c4bc6eecd6
commit 3e6a3c441e
4 changed files with 41 additions and 44 deletions

View File

@@ -6,7 +6,6 @@ services:
image: gitea/gitea:${GITTAG:-latest}
container_name: git
env_file:
- .git.env
- .env
restart: unless-stopped
ports:
@@ -25,28 +24,6 @@ services:
networks:
- backend
drone:
image: drone/drone:${DRONETAG:-latest}
container_name: drone
env_file:
- .drone.env
- .env
restart: unless-stopped
ports:
- 8080:80
- 8443:443
deploy:
replicas: 1
placement:
max_replicas_per_node: 1
update_config:
parallelism: 1
delay: 10s
volumes:
- ${BASEDIR:-.}/files/drone/:/data/
networks:
- backend
networks:
backend:
name: ${INTRANET:-backend}