mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
docker: criado docker-compose com o django_app e o nginx_server como proxy reverso e servindo statics files em um volume compartilhado
This commit is contained in:
7
NginxServer/Dockerfile
Normal file
7
NginxServer/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM nginx:latest
|
||||
|
||||
# Remover a configuração padrão
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Copiar sua configuração personalizada
|
||||
COPY nginx.conf /etc/nginx/conf.d/
|
||||
Reference in New Issue
Block a user