mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 14:15:21 +02: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