Files
FragginWagon fee8fe2551 Add Docker Compose configuration and environment files for local and production setups
- Created docker-compose.docker-local.yml for local testing of frontend and backend services.
- Added .env.development for development environment configuration.
- Introduced .env.docker-local for local Docker environment settings.
- Added .env.production for production environment configuration for Synology deployment.
2026-01-30 11:29:17 -05:00

10 lines
149 B
YAML

version: '3.8'
services:
pokedex-online:
build: .
container_name: pokedex-online
ports:
- '8080:80'
restart: unless-stopped