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.

12 lines
184 B

version: "3.9"
services:
front:
image: ${IMAGE_NAME}:${IMAGE_TAG}
container_name: ${APP_NAME}
ports:
- "3002:80"
networks:
default:
name: postamates_network