Files
backend/res/docker-compose.yaml

12 lines
333 B
YAML
Raw Permalink Normal View History

2025-05-03 10:44:50 +02:00
---
services:
backend:
image: proxima.goliath.hu/proxima/backend:latest
container_name: backend
ports:
- "9000:9000"
volumes:
- "./volumes/backend/env/.env.config:/app/Backend/.env.config"
- "./volumes/backend/database/:/app/Backend/database/sqlite/"
restart: unless-stopped