14 lines
258 B
YAML
14 lines
258 B
YAML
version: '3'
|
|
|
|
services:
|
|
frontend:
|
|
image: git.webdeploy.it/pianello/frontend
|
|
restart: always
|
|
build:
|
|
context: frontend
|
|
dockerfile: Dockerfile
|
|
|
|
version_tag:
|
|
extends: frontend
|
|
image: git.webdeploy.it/pianello/frontend:${TAG}
|
|
|