chore: fix lint

pull/37/head
Davide Polonio 2025-01-25 17:58:10 +01:00
parent 9df844173e
commit f9d1a03350
1 changed files with 15 additions and 14 deletions

View File

@ -58,7 +58,8 @@ services:
cron: cron:
# #
# To make this work, set STATIC_CRON_TOKEN in your .env file or as an environment variable and replace REPLACEME below # To make this work, set STATIC_CRON_TOKEN in your .env file or as an environment variable and replace REPLACEME
# below
# The STATIC_CRON_TOKEN must be *exactly* 32 characters long # The STATIC_CRON_TOKEN must be *exactly* 32 characters long
# #
image: alpine image: alpine
@ -73,24 +74,24 @@ services:
&& crond -f -L /dev/stdout" && crond -f -L /dev/stdout"
volumes: volumes:
upload: upload:
driver: local driver: local
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: "/srv/docker/firefly/upload" device: "/srv/docker/firefly/upload"
db: db:
driver: local driver: local
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: "/srv/docker/firefly/db" device: "/srv/docker/firefly/db"
tailscale: tailscale:
driver: local driver: local
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: "/srv/docker/firefly/tailscale" device: "/srv/docker/firefly/tailscale"
networks: networks:
proxy: proxy: