🛠️ Update Docker configuration and documentation for Pokedex Online

This commit is contained in:
2026-01-28 04:37:50 +00:00
parent ef42833ad3
commit d73b4e5eca
3 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
version: '3.8'
services:
pokedex-online:
build: .
container_name: pokedex-online
ports:
- "8080:80"
- "8443:443"
restart: unless-stopped