mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-22 08:22:01 +00:00
example readme for prod deployment
This commit is contained in:
parent
fd4e147683
commit
40b40ad3d1
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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user