Create first migration

This commit is contained in:
2023-09-17 15:37:51 +02:00
parent aea27c6181
commit f53e4f82f4
10 changed files with 66 additions and 5 deletions
+4 -1
View File
@@ -2,7 +2,7 @@ version: "3.8"
services:
api:
build:
build:
context: ./api
dockerfile: Dockerfile.dev
ports:
@@ -34,3 +34,6 @@ services:
interval: 5s
timeout: 5s
retries: 5
volumes:
db: