workiinng
This commit is contained in:
parent
af0d15d7af
commit
080a83c569
0
content/codicam/.flatnotes/4_WRITELOCK
Executable file
0
content/codicam/.flatnotes/4_WRITELOCK
Executable file
BIN
content/codicam/.flatnotes/4_r5n5v55ca650dk5o.seg
Normal file
BIN
content/codicam/.flatnotes/4_r5n5v55ca650dk5o.seg
Normal file
Binary file not shown.
BIN
content/codicam/.flatnotes/_4_4.toc
Normal file
BIN
content/codicam/.flatnotes/_4_4.toc
Normal file
Binary file not shown.
0
content/fabricam/.flatnotes/4_WRITELOCK
Executable file
0
content/fabricam/.flatnotes/4_WRITELOCK
Executable file
BIN
content/fabricam/.flatnotes/4_ei9xo5m3p5ir2sfz.seg
Normal file
BIN
content/fabricam/.flatnotes/4_ei9xo5m3p5ir2sfz.seg
Normal file
Binary file not shown.
BIN
content/fabricam/.flatnotes/_4_2.toc
Normal file
BIN
content/fabricam/.flatnotes/_4_2.toc
Normal file
Binary file not shown.
BIN
content/roboticam/.flatnotes/4_7ng12q2gzstwm8yt.seg
Normal file
BIN
content/roboticam/.flatnotes/4_7ng12q2gzstwm8yt.seg
Normal file
Binary file not shown.
0
content/roboticam/.flatnotes/4_WRITELOCK
Executable file
0
content/roboticam/.flatnotes/4_WRITELOCK
Executable file
BIN
content/roboticam/.flatnotes/_4_2.toc
Normal file
BIN
content/roboticam/.flatnotes/_4_2.toc
Normal file
Binary file not shown.
|
@ -1,5 +1,3 @@
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zola:
|
zola:
|
||||||
build:
|
build:
|
||||||
|
@ -9,20 +7,56 @@ services:
|
||||||
- "8001:80"
|
- "8001:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
flatnotes:
|
edit-codicam:
|
||||||
container_name: flatnotes
|
container_name: edit-codicam
|
||||||
image: dullage/flatnotes:latest
|
image: dullage/flatnotes:latest
|
||||||
environment:
|
environment:
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
FLATNOTES_AUTH_TYPE: "password"
|
FLATNOTES_AUTH_TYPE: "password"
|
||||||
FLATNOTES_USERNAME: "user"
|
FLATNOTES_USERNAME: "codicam"
|
||||||
FLATNOTES_PASSWORD: "changeMe!"
|
FLATNOTES_PASSWORD: "codicam"
|
||||||
FLATNOTES_SECRET_KEY: "aLongRandomSeriesOfCharacters"
|
FLATNOTES_SECRET_KEY: "aLongRandomSeriesOfCharacters"
|
||||||
volumes:
|
volumes:
|
||||||
- "./content:/data"
|
- "./content/codicam:/data"
|
||||||
# Optional. Allows you to save the search index in a different location:
|
# Optional. Allows you to save the search index in a different location:
|
||||||
# - "./index:/data/.flatnotes"
|
# - "./index:/data/.flatnotes"
|
||||||
ports:
|
ports:
|
||||||
- "8002:8080"
|
- "8002:8080"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
edit-roboticam:
|
||||||
|
container_name: edit-roboticam
|
||||||
|
image: dullage/flatnotes:latest
|
||||||
|
environment:
|
||||||
|
PUID: 1000
|
||||||
|
PGID: 1000
|
||||||
|
FLATNOTES_AUTH_TYPE: "password"
|
||||||
|
FLATNOTES_USERNAME: "roboticam"
|
||||||
|
FLATNOTES_PASSWORD: "roboticam"
|
||||||
|
FLATNOTES_SECRET_KEY: "aLongRandomSeriesOfCharacters"
|
||||||
|
volumes:
|
||||||
|
- "./content/roboticam:/data"
|
||||||
|
# Optional. Allows you to save the search index in a different location:
|
||||||
|
# - "./index:/data/.flatnotes"
|
||||||
|
ports:
|
||||||
|
- "8003:8080"
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
edit-fabricam:
|
||||||
|
container_name: edit-fabricam
|
||||||
|
image: dullage/flatnotes:latest
|
||||||
|
environment:
|
||||||
|
PUID: 1000
|
||||||
|
PGID: 1000
|
||||||
|
FLATNOTES_AUTH_TYPE: "password"
|
||||||
|
FLATNOTES_USERNAME: "fabricam"
|
||||||
|
FLATNOTES_PASSWORD: "fabricam"
|
||||||
|
FLATNOTES_SECRET_KEY: "aLongRandomSeriesOfCharacters"
|
||||||
|
volumes:
|
||||||
|
- "./content/fabricam:/data"
|
||||||
|
# Optional. Allows you to save the search index in a different location:
|
||||||
|
# - "./index:/data/.flatnotes"
|
||||||
|
ports:
|
||||||
|
- "8004:8080"
|
||||||
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue