docker setup

This commit is contained in:
2025-07-20 08:55:02 +02:00
parent 1b1ec919af
commit 575c4b1c1c
3 changed files with 38 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
inviter:
build:
context: .
dockerfile: Dockerfile
container_name: inviter
stdin_open: true
tty: true
ports:
- "8080:8080"
volumes:
- ./data:/app/data
environment: []