sample Docker/-compose file
This commit is contained in:
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
liederwahl-dev:
|
||||
build: .
|
||||
container_name: liederwahl-dev
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .:/code
|
||||
- liederwahl-dev:/data
|
||||
ports:
|
||||
- 80:80
|
||||
environment:
|
||||
- LIST_URL=${LIST_URL}
|
||||
- NO_LOGIN=true
|
||||
- RELOAD_ON_FIRST_RUN=false
|
||||
|
||||
volumes:
|
||||
liederwahl-dev:
|
||||
Reference in New Issue
Block a user