trim whitespace

This commit is contained in:
2024-05-31 16:10:31 -05:00
parent 51ca8974df
commit fa7d4f3bf7
8 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ services:
- postgresql
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .env
image: docker.io/gitea/gitea:latest
@@ -20,7 +20,7 @@ services:
traefik: null
ports:
- 2222:22
restart: always
restart: always
volumes:
- gitea_data:/data
- /etc/timezone:/etc/timezone:ro
@@ -30,13 +30,13 @@ services:
container_name: gitea-postgres
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .postgresql.env
image: docker.io/postgres:16
networks:
traefik: null
restart: always
restart: always
volumes:
- postgresql:/var/lib/postgresql/data