remove comments
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user