Add photobooth uploader build service
This commit is contained in:
@@ -106,6 +106,24 @@ services:
|
||||
condition: service_healthy
|
||||
restart: "no"
|
||||
|
||||
photobooth-uploader-build:
|
||||
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
working_dir: /var/www/html
|
||||
command:
|
||||
- bash
|
||||
- -lc
|
||||
- /var/www/html/scripts/build-photobooth-uploader.sh
|
||||
environment:
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: "1"
|
||||
NUGET_PACKAGES: /root/.nuget/packages
|
||||
volumes:
|
||||
- app-code:/var/www/html
|
||||
- nuget-cache:/root/.nuget/packages
|
||||
depends_on:
|
||||
app:
|
||||
condition: service_healthy
|
||||
restart: "no"
|
||||
|
||||
help-sync:
|
||||
image: ${APP_IMAGE_REPO:-fotospiel-app}:${APP_IMAGE_TAG:-latest}
|
||||
env_file:
|
||||
@@ -340,6 +358,7 @@ volumes:
|
||||
external: true
|
||||
name: fotospiel-${APP_ENV:-prod}-storage
|
||||
app-bootstrap-cache:
|
||||
nuget-cache:
|
||||
photobooth-import:
|
||||
photobooth-ftp-auth:
|
||||
mysql-data:
|
||||
|
||||
Reference in New Issue
Block a user