Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3"
- services:
- frontend:
- image: node:15.13-alpine3.10
- volumes:
- - ../frontend:/opt/app/source
- networks:
- - project
- - nginx
- command: sh -c "cd /opt/app/source && npm start"
- networks:
- project:
- driver: bridge
- nginx:
- external:
- name: nginx
Advertisement
Add Comment
Please, Sign In to add comment