Using nginx SSI, building theme.
This commit is contained in:
parent
ce1bda0afd
commit
bd1ff485f2
7 changed files with 132 additions and 10 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
nginx:
|
||||
container_name: nginx.bvandevliet
|
||||
image: nginx:stable-alpine
|
||||
volumes:
|
||||
- ./.volumes/nginx/conf/conf.d:/etc/nginx/conf.d:ro
|
||||
- ./public:/usr/share/nginx/public:ro
|
||||
ports:
|
||||
- "8080:80"
|
||||
environment:
|
||||
- TZ=Europe/Amsterdam
|
||||
Loading…
Add table
Add a link
Reference in a new issue