docker env update

This commit is contained in:
Ivan
2024-01-25 14:32:21 +03:00
parent 1bc2effd2d
commit 61675dd3d1

View File

@@ -10,7 +10,5 @@ services:
- "8081:8081" - "8081:8081"
volumes: volumes:
- .:/app - .:/app
environment: env_file:
NODE_ENV: production - stack.env
API_SERVER: "${API_SERVER}"
SITE_DOMAIN: "${SITE_DOMAIN}"