feat: firefly-iii test

This commit is contained in:
Nick 2025-06-27 02:40:39 -05:00
parent 674c1ab3e3
commit 0550894a5f

View file

@ -16,8 +16,8 @@ in
settings = { settings = {
APP_KEY_FILE = config.sops.secrets."${service.name}-key".path; APP_KEY_FILE = config.sops.secrets."${service.name}-key".path;
SITE_OWNER = email.address0; SITE_OWNER = email.address0;
VIRTUAL_HOST = host; # VIRTUAL_HOST = host;
VIRTUAL_PORT = service.ports.port1; # VIRTUAL_PORT = service.ports.port1;
# DB_PORT = 3306; # DB_PORT = 3306;
DB_DATABASE = "firefly"; DB_DATABASE = "firefly";
DB_USERNAME = "firefly"; DB_USERNAME = "firefly";