Revert accidentally changed compose

This commit is contained in:
Marcus Kida 2026-02-08 15:11:52 +01:00
parent c38e5f13d1
commit 5f9484c166
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,8 +1,6 @@
services:
dmrmap:
build: .
ports:
- "8080:8080"
volumes:
- repeater-data:/app/data
environment: