mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Remove unnecessary forwards
localhost is user's host
This commit is contained in:
parent
58ffbc5eb4
commit
dbb2ae79c6
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user