cleaned up for testing
This commit is contained in:
parent
080a83c569
commit
6e6d5a540d
Binary file not shown.
Binary file not shown.
|
@ -24,39 +24,3 @@ services:
|
||||||
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