add dockercompose

This commit is contained in:
isabell 2024-11-21 20:40:08 +01:00
parent 7e37c6c487
commit 0e74bb2916
3 changed files with 11 additions and 0 deletions

BIN
disign/mate.jetzt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
disign/mate.jetzt.xcf Normal file

Binary file not shown.

11
docker-compose.yaml Executable file
View file

@ -0,0 +1,11 @@
services:
web:
image: nginx
volumes:
- ./webpage:/usr/share/nginx/html
ports:
- "8080:80"
environment:
- NGINX_HOST=foobar.com
- NGINX_PORT=80