Initial commit: Speer spearmint beer marketing site
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user