trim whitespace
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user