Añadir docker-compose-engine.yml
This commit is contained in:
commit
403261a097
17
docker-compose-engine.yml
Normal file
17
docker-compose-engine.yml
Normal file
@ -0,0 +1,17 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
medinfo-engine:
|
||||
image: registry.medinfo.com.ve/medinfo-engine:desa
|
||||
container_name: medinfo-engine
|
||||
ports:
|
||||
- "8082:8082"
|
||||
networks:
|
||||
- proxy_network
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
proxy_network:
|
||||
external: true
|
||||
Loading…
x
Reference in New Issue
Block a user