Remove networks v2

This commit is contained in:
2025-07-14 21:51:12 +05:30
parent 0af06e7078
commit add41c8ee4
5 changed files with 0 additions and 59 deletions

View File

@@ -23,10 +23,6 @@ services:
ports:
- ${PORT}:4321 # Maps host port to container
# Network configuration
networks:
- internal # Connects to internal network
# Health check configuration
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=3", "--spider", "http://localhost:4321/api/health"]
@@ -34,8 +30,3 @@ services:
timeout: 10s # Check timeout
retries: 5 # Allowed retries
start_period: 15s # Initial delay before checks
# External network definition
networks:
internal:
external: true # Uses pre-existing internal network