This commit is contained in:
2026-03-17 15:45:46 +08:00
commit 04261c59cc
7 changed files with 567 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
urlshort:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
volumes:
# Persist the SQLite database outside the container
- ./data:/app/data
restart: unless-stopped