did stuff

This commit is contained in:
2025-01-09 09:00:08 +01:00
parent 086bd8bff6
commit b04ffdc2d4
3 changed files with 25 additions and 3 deletions

View File

@@ -17,7 +17,10 @@ services:
POSTGRES_USER: example
POSTGRES_PASSWORD: example
POSTGRES_DB: geotrack
web:
build: .
ports:
- "8000:5000"
adminer:
image: adminer
restart: always