mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Update apps/dokploy/templates/unsend/docker-compose.yml
This commit is contained in:
@@ -20,11 +20,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- database:/var/lib/postgresql/data
|
- database:/var/lib/postgresql/data
|
||||||
|
|
||||||
redis:
|
unsend-redis-prod:
|
||||||
image: redis:7
|
image: redis:7
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
container_name: unsend-redis-prod
|
|
||||||
restart: always
|
restart: always
|
||||||
# ports:
|
# ports:
|
||||||
# - "6379:6379"
|
# - "6379:6379"
|
||||||
|
|||||||
Reference in New Issue
Block a user