1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix deployment issues

This commit is contained in:
Maksym Pavlenko
2017-01-21 11:20:22 -08:00
parent 366582d5ca
commit cbcae42728
3 changed files with 6 additions and 3 deletions

View File

@@ -21,9 +21,9 @@ services:
volumes:
- /data/redis:/data
nginx:
image: nginx
build:
context: ./nginx
dockerfile: Dockerfile
restart: always
ports:
- 80:80
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf

View File

@@ -0,0 +1,3 @@
FROM nginx
COPY nginx.conf /etc/nginx/conf.d/default.conf