Spaces:
Sleeping
Sleeping
| services: | |
| backend: | |
| build: . | |
| env_file: .env | |
| ports: | |
| - "8000:8000" | |
| frontend: | |
| build: ./frontend | |
| ports: | |
| - "80:80" | |
| depends_on: | |
| - backend | |
| services: | |
| backend: | |
| build: . | |
| env_file: .env | |
| ports: | |
| - "8000:8000" | |
| frontend: | |
| build: ./frontend | |
| ports: | |
| - "80:80" | |
| depends_on: | |
| - backend | |