deployment

This commit is contained in:
cupcakearmy 2019-11-08 22:39:43 +01:00
parent 652aa06ebf
commit 5bff67a53e

View File

@ -3,11 +3,11 @@ version: '3.6'
services: services:
home: home:
image: nginx:alpine image: nginx:alpine
restart: always restart: always
ports: ports:
- 80 - 80
volumes: volumes:
- ./public:/usr/share/nginx/html:ro - ./dist:/usr/share/nginx/html:ro
networks: networks:
- traefik - traefik
labels: labels: