move nginx.conf to /server/

This commit is contained in:
vchikalkin 2023-09-08 12:38:49 +03:00
parent ef36f93fde
commit acb5c09ba4
2 changed files with 2 additions and 3 deletions

View File

@ -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}