12 lines
227 B
YAML
Executable file
12 lines
227 B
YAML
Executable file
services:
|
|
web:
|
|
image: ghcr.io/zvonimirsun/nginx:stable-alpine-brotli
|
|
volumes:
|
|
- ./webpage:/usr/share/nginx/html
|
|
ports:
|
|
- "8080:80"
|
|
environment:
|
|
- NGINX_HOST=foobar.com
|
|
- NGINX_PORT=80
|
|
|