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