routing working

This commit is contained in:
lif
2025-10-12 19:03:12 +01:00
parent 0a562d8d01
commit 0c46b66b7b
14 changed files with 282 additions and 35 deletions

View File

@@ -19,7 +19,22 @@ services:
restart_policy:
condition: on-failure
replicas: 1
# db:
# image: postgres
# restart: always
# environment:
# POSTGRES_PASSWORD: example
# volumes:
# - pgdata:/var/lib/postgresql/data
# networks:
# - portainer_net
# deploy:
# placement:
# constraints:
# - node.role == manager
# restart_policy:
# condition: on-failure
# replicas: 1
volumes:
portainer_data:
external: true