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: build:
context: . context: .
dockerfile: Dockerfile.dev dockerfile: Dockerfile.dev
ports:
- "8080:8080"
volumes: volumes:
- .:/app - .:/app
- go-mod-cache:/go/pkg/mod - go-mod-cache:/go/pkg/mod

View file

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