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:
@@ -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
|
3
src/Podsync/nginx/Dockerfile
Normal file
3
src/Podsync/nginx/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM nginx
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
Reference in New Issue
Block a user