feat: add public services landing page and docker compose setup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
web:
|
||||
image: nginx:alpine
|
||||
container_name: home-lucasacchi-web
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./index.html:/usr/share/nginx/html/index.html:ro
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user