cleaned up for testing

This commit is contained in:
penwing-bathhouse 2024-09-25 01:07:20 +02:00
parent 080a83c569
commit 6e6d5a540d
3 changed files with 0 additions and 36 deletions

View file

@ -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