change port for dev compose
This commit is contained in:
+1
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user