21 lines
406 B
Django/Jinja
21 lines
406 B
Django/Jinja
version: '3.9'
|
|
|
|
services:
|
|
app:
|
|
image: git.lehmannhaus.de/tobiaslehmann/de.lehmann.dashboard:latest
|
|
restart: always
|
|
volumes:
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
ports:
|
|
- '80:80'
|
|
networks:
|
|
- default
|
|
|
|
networks:
|
|
default:
|
|
ipam:
|
|
driver: default
|
|
config:
|
|
- subnet: 172.2.0.0/16
|
|
gateway: 172.2.0.1 |