version: '3.9' services: nginx-proxy: build: context: . dockerfile: Dockerfile image: codeberg.org/Iridium-net/lan-to-nginx:latest environment: - BACKEND_ADDRESS=192.168.8.1 # Replace with your backend address - BACKEND_PORT=80 # Replace with your backend port ports: - "80:80" # Map port 80 from the host to port 80 in the container