switch to dokploy
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
version: "3.9"
|
|
||||||
|
|
||||||
x-app-env: &app-env
|
x-app-env: &app-env
|
||||||
APP_NAME: ${APP_NAME:-Fotospiel}
|
APP_NAME: ${APP_NAME:-Fotospiel}
|
||||||
APP_ENV: ${APP_ENV:-production}
|
APP_ENV: ${APP_ENV:-production}
|
||||||
@@ -28,7 +26,7 @@ x-app-env: &app-env
|
|||||||
x-app-build: &app-build
|
x-app-build: &app-build
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
target: production
|
target: app
|
||||||
args:
|
args:
|
||||||
PHP_VERSION: ${PHP_VERSION:-8.3}
|
PHP_VERSION: ${PHP_VERSION:-8.3}
|
||||||
NODE_VERSION: ${NODE_VERSION:-20}
|
NODE_VERSION: ${NODE_VERSION:-20}
|
||||||
|
|||||||
Reference in New Issue
Block a user