mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
18 lines
288 B
YAML
18 lines
288 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
homepage:
|
||
|
build:
|
||
|
context: '.'
|
||
|
dockerfile: ./../Dockerfile.python
|
||
|
working_dir: /offen/homepage
|
||
|
volumes:
|
||
|
- ..:/offen
|
||
|
- homepagedeps:/root/.local
|
||
|
command: make devserver
|
||
|
ports:
|
||
|
- 8000:8000
|
||
|
|
||
|
volumes:
|
||
|
homepagedeps:
|