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:
home:
image: nginx:alpine
restart: always
ports:
- 80
volumes:
- ./public:/usr/share/nginx/html:ro
restart: always
ports:
- 80
volumes:
- ./dist:/usr/share/nginx/html:ro
networks:
- traefik
labels: