init files from local folder

init with all my previous files
This commit is contained in:
griffix 2025-08-01 14:59:36 +02:00
commit 82c36314d1
Signed by: griffix
GPG key ID: 9A72D1FAE36EC98A
23 changed files with 1023 additions and 0 deletions

View file

@ -0,0 +1,15 @@
services:
nginx:
image: nginx:latest
container_name: nginx-proxy
ports:
- "80:80"
- "443:443"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./certs:/etc/nginx/certs
networks:
default:
external:
name: nginx-proxy-net