config logging. compose.yml

This commit is contained in:
Alex
2025-03-01 09:08:48 +01:00
parent 0ba938be21
commit 903cd6df28
3 changed files with 9 additions and 10 deletions

10
go-backend/compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
app:
build: .
container_name: carsharingBackend
ports:
- "8080:8080"
volumes:
- ./go-backend/configs/config.json:/root/configs/config.json:ro
- ./go-backend/data/db.sqlite3:/root/data/db.sqlite3
- ./go-backend/templates:/root/templates:ro