Rm trailing whitespaces

This commit is contained in:
dataprolet
2025-08-11 11:18:03 +02:00
committed by GitHub
parent 1a5a26f8b2
commit 82a3396bed

View File

@@ -14,13 +14,13 @@ services:
postgres:
condition: service_healthy
restart: unless-stopped
# postgres logic
postgres:
image: docker.io/postgres:17.5
container_name: endurain-postgres
env_file:
- .env
- .env
healthcheck:
test: ["CMD-SHELL", "pg_isready -U endurain"]
interval: 5s
@@ -28,4 +28,4 @@ services:
retries: 5
volumes:
- /opt/endurain/postgres:/var/lib/postgresql/data
restart: unless-stopped
restart: unless-stopped