pianello-web-app/docker-compose.build.yml

15 lines
251 B
YAML
Raw Normal View History

2023-05-28 12:56:31 +02:00
version: '3'
services:
2023-07-10 17:15:00 +02:00
frontend:
image: git.webdeploy.it/pianello/frontend
2023-05-28 12:56:31 +02:00
restart: always
build:
2023-05-29 07:34:48 +02:00
context: .
2023-05-28 12:56:31 +02:00
dockerfile: Dockerfile
2023-05-31 17:33:26 +02:00
version_tag:
2023-07-10 17:15:00 +02:00
extends: frontend
image: git.webdeploy.it/pianello/frontend:${TAG}