1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-20 11:23:06 +02:00

Add a docker dev setup (#3)

This commit is contained in:
Michael Weimann
2019-04-29 18:18:59 +02:00
committed by FSFE System
parent 6eba7c4259
commit 47dbbc76a8
9 changed files with 235 additions and 2 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3'
services:
fsfe-local-build:
build: .
image: fsfe/local-build:1.0
container_name: fsfe-local-build
ports:
- 8000:8000
volumes:
- .:/fsfe-local-build