Add minimal docker-compose file

This commit is contained in:
magmaus3 2023-07-10 13:07:41 +02:00
parent 5f1960c3fd
commit 1118fa4c89
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251

10
docker-compose.min.yml Normal file
View 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"