change port for dev compose

This commit is contained in:
Achmad
2026-05-11 06:45:36 +00:00
parent 1f7e229493
commit 63b3f84464
+1 -5
View File
@@ -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