pianello-web-app/docker-compose.build.yml
Alessio Davoli 378c14675f
Some checks failed
ci/woodpecker/push/build Pipeline failed
Update compose env var
2023-12-22 16:14:16 +01:00

16 lines
323 B
YAML

version: '3'
services:
frontend:
image: git.webdeploy.it/pianello/frontend
restart: always
build:
context: frontend
dockerfile: Dockerfile
environment:
PUBLIC_BACKEND_URL: ${PUBLIC_BACKEND_URL}
version_tag:
extends: frontend
image: git.webdeploy.it/pianello/frontend:${TAG}