Aplicación para llevar a cabo el stock de la fábrica
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 lines
594 B

version: '3'
services:
back-fanstock:
image: back-fanstock
build: ./backend
container_name: back-fanstock
ports:
- "1997:1997"
restart: on-failure
front-fanstock:
image: front-fanstock
build: ./frontend
container_name: front-fanstock
ports:
- "4000:3000"
restart: always
# mongo:
# container_name: mongo_db
# image: mongo:4.4.8
# ports:
# - "27017:27017"