This commit is contained in:
2026-03-12 21:44:39 +01:00
parent 9623b115cd
commit a59f01ff72

View File

@@ -0,0 +1,19 @@
services:
app:
image: ${DOCKER_REGISTRY:-}api-server:latest
secrets:
- vault_token
environment:
VAULT_TOKEN: /run/secrets/vault_token
expose:
- 8002
deploy:
replicas: 1
placement:
constraints:
- node.role == manager
secrets:
vault_token:
external: true