initial commit
This commit is contained in:
13
offen/docker-compose.yml
Normal file
13
offen/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
1
offen/offen.env
Normal file
1
offen/offen.env
Normal file
@ -0,0 +1 @@
|
||||
OFFEN_SECRET="yoursecret"
|
8
offen/setup.sh
Normal file
8
offen/setup.sh
Normal file
@ -0,0 +1,8 @@
|
||||
docker run -it --rm \
|
||||
-v ./data:/var/opt/offen \
|
||||
-v ./certs:/var/www/.cache \
|
||||
-v .offen.env:/etc/offen/offen.env \
|
||||
offen/offen:v1.3.4 setup \
|
||||
-email you@your.domain \
|
||||
-name your.domain \
|
||||
-populate
|
Reference in New Issue
Block a user