Update build and prod compose

This commit is contained in:
Alessio Davoli 2023-07-10 17:15:00 +02:00
parent 1d3d8f5a35
commit e6ba387dc1
2 changed files with 13 additions and 9 deletions

View file

@ -1,13 +1,14 @@
version: '3'
services:
pianello-web-app:
image: git.webdeploy.it/pianello/pianello-web-app
frontend:
image: git.webdeploy.it/pianello/frontend
restart: always
build:
context: .
dockerfile: Dockerfile
version_tag:
extends: pianello-web-app
image: git.webdeploy.it/pianello/pianello-web-app:${TAG}
extends: frontend
image: git.webdeploy.it/pianello/frontend:${TAG}

View file

@ -1,9 +1,12 @@
version: '3'
version: '3.7'
services:
web-app:
image: git.webdeploy.it/pianello/pianello-web-app:latest
frontend:
image: git.webdeploy.it/pianello/frontend:latest
restart: always
container_name: pianello-web-app
environment:
ORIGIN: "${ORIGIN}"
PORT: 8000
BODY_SIZE_LIMIT: 0
ports:
- 127.0.0.1:8080:80
- 127.0.0.1:8000:8000