switch to dokploy

This commit is contained in:
Codex Agent
2025-11-17 16:41:38 +01:00
parent 4588c33137
commit 209398bbc5

View File

@@ -1,5 +1,3 @@
version: "3.9"
x-app-env: &app-env
APP_NAME: ${APP_NAME:-Fotospiel}
APP_ENV: ${APP_ENV:-production}
@@ -28,7 +26,7 @@ x-app-env: &app-env
x-app-build: &app-build
context: .
dockerfile: Dockerfile
target: production
target: app
args:
PHP_VERSION: ${PHP_VERSION:-8.3}
NODE_VERSION: ${NODE_VERSION:-20}