mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
api: lint **everything**
This commit is contained in:
parent
216451d1aa
commit
60c004eea9
22 changed files with 764 additions and 550 deletions
20
docker-compose.yaml
Normal file
20
docker-compose.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
piston_api:
|
||||
build: api
|
||||
restart: always
|
||||
ports:
|
||||
- 6969:6969
|
||||
volumes:
|
||||
- ./data/piston:/piston
|
||||
- ./repo:/repo
|
||||
tmpfs:
|
||||
- /piston/cache
|
||||
- /piston/jobs
|
||||
|
||||
piston_fs_repo: #Temporary solution until CI works
|
||||
build: repo
|
||||
volumes:
|
||||
- ./repo:/repo
|
||||
- ./packages:/packages
|
Loading…
Add table
Add a link
Reference in a new issue