mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -108,24 +108,24 @@ services:
|
|||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.role == manager
|
- node.role == manager
|
||||||
postinstall:
|
# postinstall:
|
||||||
image: debian:12-slim
|
# image: debian:12-slim
|
||||||
environment:
|
# environment:
|
||||||
PUID: '0'
|
# PUID: '0'
|
||||||
PGID: '0'
|
# PGID: '0'
|
||||||
volumes:
|
# volumes:
|
||||||
- /usr/bin:/usr/bin
|
# - /usr/bin:/usr/bin
|
||||||
- /usr/lib:/usr/lib
|
# - /usr/lib:/usr/lib
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
- scripts:/scripts
|
# - scripts:/scripts
|
||||||
entrypoint:
|
# entrypoint:
|
||||||
- /bin/sh
|
# - /bin/sh
|
||||||
- /scripts/install-curl.sh
|
# - /scripts/install-curl.sh
|
||||||
deploy:
|
# deploy:
|
||||||
replicas: 1
|
# replicas: 1
|
||||||
placement:
|
# placement:
|
||||||
constraints:
|
# constraints:
|
||||||
- node.role == manager
|
# - node.role == manager
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db:
|
||||||
certs:
|
certs:
|
||||||
|
|||||||
Reference in New Issue
Block a user