add restart always to all applications

This commit is contained in:
2024-05-31 15:50:42 -05:00
parent 45b51a603a
commit 363057dada
11 changed files with 17 additions and 2 deletions

View File

@@ -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