From 8ebd95c78e4245596abdb14411c5348211990107 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 24 Jun 2024 17:18:26 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/compose.yaml b/compose.yaml index 86be3bd..e5c2552 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,3 +6,12 @@ services: restart: "no" volumes: - .:/usr/src/app/ + + nginx: + restart: always + image: nginx:alpine + ports: + - 8900:80 + volumes: + - ./nginx.conf:/etc/nginx/nginx.conf + - ./public:/var/www/html