remove comments

This commit is contained in:
8x4
2024-08-19 15:52:11 +02:00
committed by GitHub
parent e1bcae7aaf
commit 4b14c7e220

View File

@@ -18,8 +18,6 @@ services:
interval: 10s
timeout: 5s
retries: 5
# ports:
# - "5432:5432"
volumes:
- unsend-db:/var/lib/postgresql/data
@@ -27,8 +25,6 @@ services:
image: redis:7
container_name: unsend-redis-prod
restart: always
# ports:
# - "6379:6379"
volumes:
- unsend-cache:/data
command: ["redis-server", "--maxmemory-policy", "noeviction"]