docker fixes

This commit is contained in:
Codex Agent
2025-12-02 18:07:06 +01:00
parent f6fc2b7879
commit 899e742c38
2 changed files with 3 additions and 1 deletions

View File

@@ -249,6 +249,8 @@ services:
volumes: volumes:
app-code: app-code:
app-storage: app-storage:
external: true
name: fotospiel-${APP_ENV:-prod}-storage
app-bootstrap-cache: app-bootstrap-cache:
photobooth-import: photobooth-import:
mysql-data: mysql-data:

View File

@@ -9,7 +9,7 @@ const darkCodeTheme = themes.dracula;
const config = { const config = {
title: 'Fotospiel Ops & Product Docs', title: 'Fotospiel Ops & Product Docs',
tagline: 'Single source of truth for the platform', tagline: 'Single source of truth for the platform',
url: 'https://fotopiel.app', url: 'https://fotospiel.app',
baseUrl: '/internal-docs/', baseUrl: '/internal-docs/',
favicon: 'img/favicon.ico', favicon: 'img/favicon.ico',
organizationName: 'fotospiel', organizationName: 'fotospiel',