diff --git a/bytestash/compose.yml b/bytestash/compose.yml index 865df8f..bc6c8b6 100644 --- a/bytestash/compose.yml +++ b/bytestash/compose.yml @@ -4,6 +4,8 @@ services: restart: always volumes: - ./snippets:/data/snippets + networks: + - reverse-proxy ports: - "5252:5000" environment: @@ -15,3 +17,8 @@ services: DEBUG: "true" DISABLE_ACCOUNTS: "true" DISABLE_INTERNAL_ACCOUNTS: "false" + +networks: + reverse-proxy: + name: reverse-proxy + external: true