Add all layers.

This commit is contained in:
Florian THIERRY
2023-11-28 10:58:22 +01:00
parent 01b1d54cef
commit 025197525c
12 changed files with 226 additions and 1 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3.9'
services:
sporthub-database:
container_name: "sportshub-database"
image: "postgres:16"
ports:
- "50001:5432"
networks:
- "sportshub-local-network"
networks:
sportshub-local-network: