Update apps/dokploy/templates/unsend/docker-compose.yml

This commit is contained in:
Mauricio Siu
2024-12-13 00:49:45 -06:00
committed by GitHub
parent 26f8719e5f
commit 4c8619677b

View File

@@ -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}