move nginx.conf to /server/
This commit is contained in:
parent
ef36f93fde
commit
acb5c09ba4
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
auth_logs_api:
|
auth_logs_api:
|
||||||
environment:
|
environment:
|
||||||
- TOKEN_SECRET=${AUTH_TOKEN_SECRET}
|
- TOKEN_SECRET=${AUTH_TOKEN_SECRET}
|
||||||
build: ./Evo.LogsAPI.Auth
|
build: ./Evo.LogsAPI.Auth
|
||||||
@ -15,8 +15,7 @@ services:
|
|||||||
service: server
|
service: server
|
||||||
image: nginx
|
image: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/templates/default.conf.template
|
- ./server/nginx.conf:/etc/nginx/templates/default.conf.template
|
||||||
- ./html:/usr/share/nginx/html
|
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- URL_LOG=${URL_LOG}
|
- URL_LOG=${URL_LOG}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user