Fix Docker port configuration

This commit is contained in:
gpt-engineer-app[bot]
2025-10-21 04:31:11 +00:00
parent f9feb67425
commit b26e7bcbc1
3 changed files with 7 additions and 15 deletions

View File

@@ -5,15 +5,8 @@ services:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:80"
network_mode: host
environment:
- NODE_ENV=production
restart: unless-stopped
container_name: pricetracker
networks:
- pricetracker-network
networks:
pricetracker-network:
driver: bridge