Add Dockerfile and fix compose
This commit is contained in:
parent
cb679d9f5f
commit
0c2d10c2a8
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM nginx:alpine
|
||||||
|
COPY html/ /usr/share/nginx/html/
|
||||||
@ -2,8 +2,11 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
labels:
|
labels:
|
||||||
fibe.gg/exposure.enabled: "true"
|
fibe.gg/repo_url: "https://git-next.fibe.live/viktorvsk/tower-defense"
|
||||||
fibe.gg/exposure.port: "80"
|
fibe.gg/expose: "external:80"
|
||||||
|
fibe.gg/subdomain: "tower-defense"
|
||||||
fibe.gg/production: "false"
|
fibe.gg/production: "false"
|
||||||
volumes:
|
fibe.gg/start_command: "nginx -g 'daemon off;'"
|
||||||
- ./html:/usr/share/nginx/html:ro
|
environment:
|
||||||
|
- NGINX_HOST=localhost
|
||||||
|
- NGINX_PORT=80
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user