Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 34s
13 lines
255 B
Markdown
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
|
|
```
|