replace drone ci
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user