example readme for prod deployment
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user