Dont expose http port

This commit is contained in:
Marcus Kida 2026-02-08 15:10:19 +01:00
parent 91db630083
commit c38e5f13d1

View file

@ -3,8 +3,6 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile.dev dockerfile: Dockerfile.dev
expose:
- 8080
volumes: volumes:
- .:/app - .:/app
- go-mod-cache:/go/pkg/mod - go-mod-cache:/go/pkg/mod