example readme for prod deployment

This commit is contained in:
Shihaam Abdul Rahman 2024-12-09 02:00:29 +05:00
parent fd4e147683
commit 40b40ad3d1
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

12
.build/prod/README.md Normal file
View File

@ -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
```