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