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