Initial commit: Speer spearmint beer marketing site

This commit is contained in:
2026-04-29 18:49:46 +00:00
commit 9c4d99372c
4 changed files with 565 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
version: '3.8'
services:
speer:
image: nginx:alpine
container_name: speer
ports:
- "3002:80"
volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
restart: unless-stopped
networks:
- hermes-network
networks:
hermes-network:
external: true