Add minimal docker-compose file
This commit is contained in:
parent
5f1960c3fd
commit
1118fa4c89
1 changed files with 10 additions and 0 deletions
10
docker-compose.min.yml
Normal file
10
docker-compose.min.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
services:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
- 7775:7775
|
||||||
|
build: .
|
||||||
|
volumes:
|
||||||
|
- .:/app
|
||||||
|
environment:
|
||||||
|
- IWM_SERVER="http://make.fangam.es"
|
||||||
|
- IWM_THUMBNAILS="https://images.make.fangam.es"
|
Loading…
Reference in a new issue