From 63b3f844646e5feb51c932bd1f7a9fb4da43e616 Mon Sep 17 00:00:00 2001 From: Achmad Date: Mon, 11 May 2026 06:45:36 +0000 Subject: [PATCH] change port for dev compose --- compose-dev.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/compose-dev.yml b/compose-dev.yml index 8413a41..d5b9e08 100644 --- a/compose-dev.yml +++ b/compose-dev.yml @@ -14,7 +14,7 @@ services: - go_mod_cache:/go/pkg/mod - go_build_cache:/root/.cache/go-build ports: - - "8080:8080" + - "3300:8080" depends_on: postgres: condition: service_healthy @@ -32,8 +32,6 @@ services: POSTGRES_DB: ${POSTGRES_DB} POSTGRES_USER: ${POSTGRES_USER} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} - ports: - - "5432:5432" volumes: - postgres_dev_data:/var/lib/postgresql/data healthcheck: @@ -51,8 +49,6 @@ services: - dev.env environment: LOG_LEVEL: ${FLARESOLVERR_LOG_LEVEL} - ports: - - "8191:8191" networks: - goyomi_dev