Adopt Compose v2 (#240)

* Adopt Compose v2

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De loof
2022-05-10 11:59:25 +02:00
committed by GitHub
parent bc95525543
commit 667bd9facb
79 changed files with 237 additions and 237 deletions

8
react-nginx/compose.yaml Executable file
View File

@@ -0,0 +1,8 @@
version: "3.7"
services:
frontend:
build:
context: .
container_name: frontend
ports:
- "80:80"