This commit is contained in:
parent
9c937f6c58
commit
9fee73fd96
970 changed files with 3223 additions and 3638 deletions
8
compose.yaml
Normal file
8
compose.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
website:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "${PORT:-8080}:80"
|
||||
volumes:
|
||||
- .:/usr/share/nginx/html:ro
|
||||
- ./docker/default.conf.template:/etc/nginx/templates/default.conf.template:ro
|
||||
Loading…
Add table
Add a link
Reference in a new issue