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