Inital Work, web server broke again, trying to get scale and rotation setup
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
context: . # repo root
|
||||
dockerfile: backend/Dockerfile
|
||||
env_file: .env
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./profiles:/app/profiles:ro
|
||||
Reference in New Issue
Block a user