Spaces:
Runtime error
Runtime error
| services: | |
| app: | |
| build: . | |
| restart: unless-stopped | |
| ports: | |
| - "8447:8447" | |
| environment: | |
| PORT: 8447 | |
| NODE_ENV: production | |
| env_file: | |
| - .env | |
| services: | |
| app: | |
| build: . | |
| restart: unless-stopped | |
| ports: | |
| - "8447:8447" | |
| environment: | |
| PORT: 8447 | |
| NODE_ENV: production | |
| env_file: | |
| - .env | |