diff --git a/docker-compose.yml b/docker-compose.yml index 2a18e31..36866a7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,7 @@ services: networks: - net - public + - badge-net # ports: # - "80:8080" depends_on: @@ -85,3 +86,5 @@ networks: attachable: true public: external: true + badge-net: + external: true diff --git a/stack.env b/stack.env index 5c73ce6..a5e2a64 100644 --- a/stack.env +++ b/stack.env @@ -103,6 +103,6 @@ DEMO_PASSWORD= USE_RUNNING_BALANCE=true FIREFLY_III_LAYOUT=v1 QUERY_PARSER_IMPLEMENTATION=new -APP_URL=http://fireflies.lab +APP_URL=http://fire.baked.rocks # MARIADB_ROOT_PASSWORD=squirtle123456 MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=true