add nginx.conf

This commit is contained in:
tuanvu
2026-02-11 13:59:28 +01:00
parent fa0575edc0
commit f98318f7da
3 changed files with 31 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
services:
nginx:
image: nginx:latest
build:
context: ..
dockerfile: dockerfiles/nginx/Dockerfile
ports:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
depends_on:
- db
- etherpad