SCRUM-56 Repo setup #12

Merged
esk4nz merged 36 commits from lab3/hrynko-SCRUM-56-repo_set_up into dev 2026-03-03 17:24:51 +02:00
3 changed files with 1 additions and 3 deletions
Showing only changes of commit 184098b826 - Show all commits

View File

@@ -1,4 +1,3 @@
version: "3.9"
name: "road_vision" name: "road_vision"
services: services:
mqtt: mqtt:

View File

@@ -1,8 +1,7 @@
version: "3.9"
name: "road_vision__database" name: "road_vision__database"
services: services:
postgres_db: postgres_db:
image: postgres:latest image: postgres:17
container_name: postgres_db container_name: postgres_db
restart: always restart: always
environment: environment:

Binary file not shown.