Watchtower: Split pantalaimon
This commit is contained in:
parent
0bd1408207
commit
1a97d84b46
@ -105,6 +105,7 @@
|
|||||||
- { role: compose_project, service: keycloak }
|
- { role: compose_project, service: keycloak }
|
||||||
- { role: compose_project, service: minio }
|
- { role: compose_project, service: minio }
|
||||||
- { role: compose_project, service: registry }
|
- { role: compose_project, service: registry }
|
||||||
|
- { role: compose_project, service: pantalaimon }
|
||||||
- { role: compose_project, service: gitea }
|
- { role: compose_project, service: gitea }
|
||||||
- { role: compose_project, service: gitea-runner }
|
- { role: compose_project, service: gitea-runner }
|
||||||
- { role: compose_project, service: ba-gitlab-runner }
|
- { role: compose_project, service: ba-gitlab-runner }
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
COMPOSE_PROJECT_NAME=pentalaimon
|
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
pantalaimon:
|
||||||
|
image: matrixdotorg/pantalaimon:latest
|
||||||
|
container_name: pantalaimon
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
cap_drop:
|
||||||
|
- ALL
|
||||||
|
volumes:
|
||||||
|
- pantalaimon_data:/data
|
||||||
|
- ./pantalaimon.conf:/data/pantalaimon.conf:ro,Z
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- pantalaimon
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
pantalaimon_data:
|
||||||
|
networks:
|
||||||
|
pantalaimon:
|
||||||
|
name: pantalaimon
|
||||||
|
internal: false
|
||||||
|
...
|
@ -14,18 +14,11 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /home/core/.docker:/config
|
- /home/core/.docker:/config
|
||||||
restart: always
|
restart: always
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- pantalaimon
|
||||||
|
|
||||||
|
networks:
|
||||||
pantalaimon:
|
pantalaimon:
|
||||||
image: matrixdotorg/pantalaimon:latest
|
external: true
|
||||||
security_opt:
|
|
||||||
- no-new-privileges:true
|
|
||||||
cap_drop:
|
|
||||||
- ALL
|
|
||||||
volumes:
|
|
||||||
- pantalaimon_data:/data
|
|
||||||
- ./pantalaimon.conf:/data/pantalaimon.conf:ro,Z
|
|
||||||
restart: always
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
pantalaimon_data:
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user