routing working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user