mikupad/docker-compose.yml
Lim Ding Wen 98912426a7 Dockerize server
Adds a new argument and environment variable to change the SQLite
storage path, which helps with the Docker volume.

Adds a .gitignore for any docker-compose.override.yml files.
2025-07-06 16:28:56 +08:00

13 lines
No EOL
188 B
YAML

services:
mikupad:
build: .
ports:
- 3000:3000
env_file:
- .env
restart: unless-stopped
volumes:
- storage:/storage
volumes:
storage: