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