diff --git a/services/rusgram/docker-compose.yml b/services/rusgram/docker-compose.yml index 970f3db..2744d9f 100644 --- a/services/rusgram/docker-compose.yml +++ b/services/rusgram/docker-compose.yml @@ -11,7 +11,7 @@ services: image: git.itqdev.xyz/4x10m/rusgram-static:${IMAGE_TAG:-latest} restart: unless-stopped ports: - - "38001:5001" + - "127.0.0.1:38001:5001" volumes: - "./website:/app/files" @@ -20,7 +20,7 @@ services: image: git.itqdev.xyz/4x10m/rusgram-database:${IMAGE_TAG:-latest} restart: unless-stopped ports: - - "38002:5002" + - "127.0.0.1:38002:5002" volumes: - "./website:/app/files" @@ -29,13 +29,13 @@ services: image: git.itqdev.xyz/4x10m/rusgram-logic:${IMAGE_TAG:-latest} restart: unless-stopped ports: - - "38003:5003" + - "127.0.0.1:38003:5003" content: build: ./content image: git.itqdev.xyz/4x10m/rusgram-content:${IMAGE_TAG:-latest} restart: unless-stopped ports: - - "38004:5004" + - "127.0.0.1:38004:5004" volumes: - "./website:/app/files"