Skip to content

Commit

Permalink
Revert "ADM-733[backend]revert: expose ports to make e2e pass (#1007)" (
Browse files Browse the repository at this point in the history
#1011)

This reverts commit 61439aa.
  • Loading branch information
BoBoDai authored Jan 31, 2024
1 parent 61439aa commit 7641b92
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions ops/infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ version: "3.4"
services:
backend:
image: heartbeat_backend:latest
expose:
- 4322
container_name: backend
ports:
- 4322:4322
restart: always
deploy:
replicas: 1
volumes:
- file_volume:/app/output
networks:
- default
environment:
Expand Down Expand Up @@ -48,8 +45,7 @@ services:
volumes:
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"
volumes:
file_volume:

networks:
default:
driver: bridge

0 comments on commit 7641b92

Please sign in to comment.