first commit

This commit is contained in:
2025-07-22 09:18:35 +02:00
commit 82d8e52e0b
13 changed files with 1927 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
services:
weather-web:
build:
context: ./weather-webapp
dockerfile: Dockerfile
restart: always
ports:
- "8000:8000"
networks:
- web-net
networks:
web-net:
external: true
name: shared-net