fix: removed env_file from compose so portainer UI variables work
All checks were successful
Build and Deploy / build-and-push (push) Successful in 41s

This commit is contained in:
Cauê Faleiros
2026-04-09 10:45:24 -03:00
parent c8b24eeaea
commit bb136c3816

View File

@@ -11,8 +11,6 @@ services:
# Maps port 3030 on your host to 3000 inside the container.
# Nginx Proxy Manager will point to YOUR_SERVER_IP:3030
- "3030:3000"
env_file:
- .env
# Optional: If you use a shared Docker network for Nginx Proxy Manager, you can attach it here:
# networks:
# - nginx-proxy-manager-network