mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
change urls, fix docker compose file
This commit is contained in:
parent
e975b64f2d
commit
b3575246bd
8 changed files with 29 additions and 257 deletions
|
@ -1,9 +1,10 @@
|
|||
version: '2.7'
|
||||
version: '3.2'
|
||||
|
||||
services:
|
||||
piston_api:
|
||||
api:
|
||||
build: api
|
||||
cap_add:
|
||||
container_name: piston_api
|
||||
cap_add:
|
||||
- CAP_SYS_ADMIN
|
||||
restart: always
|
||||
ports:
|
||||
|
@ -13,8 +14,9 @@ services:
|
|||
tmpfs:
|
||||
- /piston/jobs:exec
|
||||
|
||||
piston_fs_repo: # Local testing of packages
|
||||
repo: # Local testing of packages
|
||||
build: repo
|
||||
container_name: piston_repo
|
||||
command: ['dart-2.12.1'] # Only build dart
|
||||
volumes:
|
||||
- .:/piston
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue