containerized; first fixes; html templates added
This commit is contained in:
10
compose.yml
Normal file
10
compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: carsharingBackend
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./configs/config.json:/root/configs/config.json:ro
|
||||
- ./data/db.sqlite3:/root/data/db.sqlite3
|
||||
- ./templates:/root/templates:ro
|
||||
Reference in New Issue
Block a user