mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-08-04 03:27:44 +00:00
example readme for prod deployment
This commit is contained in:
12
.build/prod/README.md
Normal file
12
.build/prod/README.md
Normal 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
|
||||||
|
```
|
Reference in New Issue
Block a user