From 40b40ad3d12533b4afd96157baab417e98e7c640 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Mon, 9 Dec 2024 02:00:29 +0500 Subject: [PATCH] example readme for prod deployment --- .build/prod/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .build/prod/README.md diff --git a/.build/prod/README.md b/.build/prod/README.md new file mode 100644 index 0000000..08953ba --- /dev/null +++ b/.build/prod/README.md @@ -0,0 +1,12 @@ +### Docker/Podman compose.yml +```yml +services: + sarlinkportal: + image: git.shihaam.dev/sarlink/sarlink-portal + hostname: sarlink-portal + ports: + - 3000:3000 +# volumes: +# - uploads:/var/www/html/public/uploads + env_file: .env +```