Shihaam Abdul Rahman 09e7c410a8
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 34s
docker
2025-01-11 01:13:03 +05:00

13 lines
255 B
Markdown

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