mirror of
https://github.com/lmg-anon/mikupad.git
synced 2026-07-09 17:19:17 +00:00
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.
13 lines
No EOL
188 B
YAML
13 lines
No EOL
188 B
YAML
services:
|
|
mikupad:
|
|
build: .
|
|
ports:
|
|
- 3000:3000
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped
|
|
volumes:
|
|
- storage:/storage
|
|
|
|
volumes:
|
|
storage: |