chore(docker): add service name to compose files

This commit is contained in:
tigattack
2025-10-02 00:09:41 +01:00
parent 50b47bdd65
commit ab97e04cc1
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
name: patchmon-dev
services:
database:
image: postgres:17-alpine

View File

@@ -1,3 +1,5 @@
name: patchmon
services:
database:
image: postgres:17-alpine