Added restart policy for PG Back Web.
This commit is contained in:
@@ -3465,6 +3465,7 @@ services:
|
|||||||
swag_url: pg.${MY_TLD}
|
swag_url: pg.${MY_TLD}
|
||||||
ports:
|
ports:
|
||||||
- "8085:8085" # Access the web interface at http://localhost:8085
|
- "8085:8085" # Access the web interface at http://localhost:8085
|
||||||
|
restart: unless-stopped
|
||||||
pgbackweb-db:
|
pgbackweb-db:
|
||||||
container_name: pgbackweb-db
|
container_name: pgbackweb-db
|
||||||
environment:
|
environment:
|
||||||
@@ -3479,6 +3480,7 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- pgbackweb-data:/var/lib/postgresql/data
|
- pgbackweb-data:/var/lib/postgresql/data
|
||||||
plantuml-server:
|
plantuml-server:
|
||||||
|
|||||||
Reference in New Issue
Block a user