feat: Added personal website
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
website:
|
||||
image: nginx:alpine
|
||||
container_name: website
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "{{ website_port }}:80"
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
Reference in New Issue
Block a user