This commit is contained in:
Elias Stepanik 2023-05-31 22:37:41 +02:00
parent 8ef446192a
commit ae1902f4fb

View File

@ -8,7 +8,9 @@ networks:
services:
functions: #Name can not be changed
build: ./Functions
build:
context: Functions
dockerfile: Dockerfile
environment:
DB_SERVER: "db"
DB_USER: "root"