remove comments
This commit is contained in:
parent
e1bcae7aaf
commit
4b14c7e220
1 changed files with 0 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue