add files
This commit is contained in:
21
docker/compose/kanboard.yml
Normal file
21
docker/compose/kanboard.yml
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
version: "3.7"
|
||||
services:
|
||||
kanboard:
|
||||
image: kanboard/kanboard:latest
|
||||
ports:
|
||||
- "10080:80"
|
||||
- "10443:443"
|
||||
volumes:
|
||||
- data:/var/www/app/data
|
||||
- plugins:/var/www/app/plugins
|
||||
- $HOME_FOLDER/config.php:/var/www/app/config.php
|
||||
- kanboard_ssl:/etc/nginx/ssl
|
||||
|
||||
volumes:
|
||||
data:
|
||||
driver: local
|
||||
plugins:
|
||||
driver: local
|
||||
ssl:
|
||||
driver: local
|
Reference in New Issue
Block a user