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

@@ -16,7 +16,8 @@ services:
networks:
traefik: null
ports:
- 2222:22
- 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

View File

@@ -34,4 +34,4 @@ volumes:
driver_opts:
type: none
o: bind
device: /opt/containers/technitium/config
device: /opt/containers/technitium/config