Stacks from Dockhand
This commit is contained in:
17
Stacks/DS1-Main/nginx/docker-compose.yml
Normal file
17
Stacks/DS1-Main/nginx/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "8082:80"
|
||||
environment:
|
||||
- APP_ENV=${APP_ENV:-production}
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
restart: unless-stopped
|
||||
|
||||
# Add more services as needed
|
||||
# networks:
|
||||
# default:
|
||||
# driver: bridge
|
||||
Reference in New Issue
Block a user