14 lines
226 B
YAML
14 lines
226 B
YAML
version: '3'
|
|
|
|
services:
|
|
offen:
|
|
image: offen/offen:v1.3.4
|
|
env_file: ./offen.env
|
|
restart: always
|
|
ports:
|
|
- 8102:80
|
|
- 4434:443
|
|
volumes:
|
|
- ./data:/var/opt/offen
|
|
- ./certs:/var/www/.cache
|