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:
@@ -1,11 +1,10 @@
|
||||
name: unsend-prod
|
||||
|
||||
services:
|
||||
postgres:
|
||||
unsend-db-prod:
|
||||
image: postgres:16
|
||||
networks:
|
||||
- dokploy-network
|
||||
container_name: unsend-db-prod
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER:?err}
|
||||
|
||||
Reference in New Issue
Block a user