Customize to setup a VM
This commit is contained in:
parent
9067e9ae35
commit
583ec495b1
40 changed files with 122 additions and 1500 deletions
17
05-wallabag/docker-compose.wallabag.yml
Executable file
17
05-wallabag/docker-compose.wallabag.yml
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
services:
|
||||
wallabag:
|
||||
container_name: wallabag
|
||||
image: wallabag/wallabag
|
||||
ports:
|
||||
- "8015:80"
|
||||
volumes:
|
||||
- wallabag_data:/var/www/wallabag/data:rw
|
||||
- wallabag_images:/var/www/wallabag/web/assets/images:rw
|
||||
environment:
|
||||
- SYMFONY__ENV__DOMAIN_NAME="${WALLABAG_URL}"
|
||||
- SYMFONY__ENV__FOSUSER_REGISTRATION=false
|
||||
|
||||
|
||||
volumes:
|
||||
wallabag_data:
|
||||
wallabag_images:
|
||||
Loading…
Add table
Add a link
Reference in a new issue