Fetching metadata from the HF Docker repository... surfx / docker-compose.yml Pierre
add dashes to YAML files
cc4fc0a | --- |
| version: "3.9" |
| services: |
| app: |
| image: websurfx:latest |
| build: . |
| ports: |
| - 8080:8080 |
| depends_on: |
| - redis |
| links: |
| - redis |
| redis: |
| image: redis:latest |
| ports: |
| - 6379:6379 |
|
|