Add docker-compose.yml

This commit is contained in:
2025-07-31 13:25:17 +00:00
parent 6164dafc1f
commit a1f83d697f

19
docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
version: '3.8'
services:
grepodata:
build: .
container_name: grepodata
ports:
- "5000:5000"
restart: always
environment:
- TZ=Europe/Athens
volumes:
- /home/haunter/grepodata:/app # Mount host dir as /app inside container
networks:
- caddy_default
networks:
caddy_default:
external: true