Deploy medinfo web configuration
This commit is contained in:
parent
f4b3e6dc36
commit
4c31d0e59b
20
docker-compose-medinfo-web.yml
Normal file
20
docker-compose-medinfo-web.yml
Normal file
@ -0,0 +1,20 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
medinfo-web:
|
||||
image: registry.medinfocloud.com/medinfo-web:prod
|
||||
container_name: medinfo-web
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy_network
|
||||
ports:
|
||||
- "4300:80" # solo para test local si no tenés NGINX externo configurado aún
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
|
||||
networks:
|
||||
proxy_network:
|
||||
external: true
|
||||
Loading…
x
Reference in New Issue
Block a user