moving ci/cd over to forgejo
This commit is contained in:
parent
0ebdb34601
commit
3c9edb1e0b
13 changed files with 57 additions and 29 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
anthracite-web:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./default_www/docker_compose/
|
||||
target: /www
|
Loading…
Add table
Add a link
Reference in a new issue