Remove unnecessary forwards

localhost is user's host
This commit is contained in:
Manav Rathi 2025-03-21 12:27:52 +05:30
parent 58ffbc5eb4
commit dbb2ae79c6
No known key found for this signature in database

View File

@ -37,20 +37,6 @@ services:
# ENTE_API_ORIGIN: http://localhost:8080
# ENTE_ALBUMS_ORIGIN: https://localhost:3002
# Resolve "localhost:3200" in the web container to the minio container.
socat-web-3200:
image: alpine/socat
network_mode: service:web
depends_on: [web]
command: "TCP-LISTEN:3200,fork,reuseaddr TCP:minio:3200"
# Resolve "localhost:8080" in the web container to the museum container.
socat-web-8080:
image: alpine/socat
network_mode: service:web
depends_on: [web]
command: "TCP-LISTEN:8080,fork,reuseaddr TCP:minio:8080"
postgres:
image: postgres:15
environment: