remove comments

This commit is contained in:
8x4 2024-08-19 15:52:11 +02:00 committed by GitHub
parent e1bcae7aaf
commit 4b14c7e220
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"]