add restart always to all applications
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
||||
traefik: null
|
||||
ports:
|
||||
- 2222:22
|
||||
restart: always
|
||||
volumes:
|
||||
- gitea_data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
@@ -29,6 +30,7 @@ services:
|
||||
image: docker.io/postgres:16
|
||||
networks:
|
||||
traefik: null
|
||||
restart: always
|
||||
volumes:
|
||||
- postgresql:/var/lib/postgresql/data
|
||||
|
||||
|
Reference in New Issue
Block a user