From 899e742c38f0753287dccd443fa9389652a9a3af Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Tue, 2 Dec 2025 18:07:06 +0100 Subject: [PATCH] docker fixes --- docker-compose.dokploy.yml | 2 ++ docs/site/docusaurus.config.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.dokploy.yml b/docker-compose.dokploy.yml index 140bd91..33cdf1b 100644 --- a/docker-compose.dokploy.yml +++ b/docker-compose.dokploy.yml @@ -249,6 +249,8 @@ services: volumes: app-code: app-storage: + external: true + name: fotospiel-${APP_ENV:-prod}-storage app-bootstrap-cache: photobooth-import: mysql-data: diff --git a/docs/site/docusaurus.config.js b/docs/site/docusaurus.config.js index 1155040..de529dd 100644 --- a/docs/site/docusaurus.config.js +++ b/docs/site/docusaurus.config.js @@ -9,7 +9,7 @@ const darkCodeTheme = themes.dracula; const config = { title: 'Fotospiel Ops & Product Docs', tagline: 'Single source of truth for the platform', - url: 'https://fotopiel.app', + url: 'https://fotospiel.app', baseUrl: '/internal-docs/', favicon: 'img/favicon.ico', organizationName: 'fotospiel',