2023-05-28 12:56:31 +02:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
pianello-web-app:
|
|
|
|
image: git.webdeploy.it/pianello/pianello-web-app
|
|
|
|
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:
|
|
|
|
extends: pianello-web-app
|
|
|
|
image: git.webdeploy.it/pianello/pianello-web-app:${TAG}
|