mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
deploy: update compose to match latest changes
This commit is contained in:
parent
0363f1bb9f
commit
2ca34bccad
1 changed files with 1 additions and 2 deletions
|
@ -11,12 +11,11 @@ services:
|
||||||
- ./data/piston:/piston
|
- ./data/piston:/piston
|
||||||
- ./repo:/repo
|
- ./repo:/repo
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /piston/cache
|
|
||||||
- /piston/jobs
|
- /piston/jobs
|
||||||
|
|
||||||
piston_fs_repo: #Temporary solution until CI works
|
piston_fs_repo: #Temporary solution until CI works
|
||||||
build: repo
|
build: repo
|
||||||
command: ['python'] # Only build python
|
command: ['deno-1.7.5'] # Only build deno
|
||||||
volumes:
|
volumes:
|
||||||
- ./repo:/repo
|
- ./repo:/repo
|
||||||
- ./packages:/packages
|
- ./packages:/packages
|
Loading…
Add table
Add a link
Reference in a new issue