Adding replies to the Messaging system

This commit is contained in:
Jonathan Bourdon
2024-07-18 20:49:05 -04:00
parent ed8f41cf96
commit a59b0f5c05
10 changed files with 85 additions and 36 deletions

View File

@@ -6,4 +6,12 @@ docker run \
-e 'MSSQL_SA_PASSWORD=P@ssword123!' \
-p 1433:1433 \
--name azuresqledge \
-d mcr.microsoft.com/azure-sql-edge
-d mcr.microsoft.com/azure-sql-edge
docker run \
--cap-add SYS_PTRACE \
-e 'POSTGRES_USER=sa' \
-e 'POSTGRES_PASSWORD=P@ssword123!' \
-p 5432:5432 \
--name postgres \
-d postgres