Spaces:
Configuration error
Configuration error
| services: | |
| postgres: | |
| container_name: postgres | |
| image: postgres | |
| environment: | |
| - POSTGRES_USER=postgres | |
| - POSTGRES_PASSWORD=password | |
| - POSTGRES_DB=qobiltu | |
| ports: | |
| - 5432:5432 | |