💚 Update workflow for forgejo instance
All checks were successful
Deploy website / build-and-deploy (push) Successful in 6m15s
All checks were successful
Deploy website / build-and-deploy (push) Successful in 6m15s
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
2c0141b609
commit
267a10a1cd
4 changed files with 42 additions and 41 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
web:
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "4321:4321"
|
Loading…
Add table
Add a link
Reference in a new issue