mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-13 23:26:27 +02:00
change port to match old piston, some formatting change, add env to fix debian warning/error
This commit is contained in:
parent
01bc13d115
commit
b31deaddbc
6 changed files with 30 additions and 26 deletions
|
@ -1,19 +1,19 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
piston_api:
|
||||
build: api
|
||||
privileged: true
|
||||
restart: always
|
||||
ports:
|
||||
- 6969:6969
|
||||
volumes:
|
||||
- ./data/piston:/piston
|
||||
tmpfs:
|
||||
- /piston/jobs:exec
|
||||
piston_api:
|
||||
build: api
|
||||
privileged: true
|
||||
restart: always
|
||||
ports:
|
||||
- 2000:2000
|
||||
volumes:
|
||||
- ./data/piston:/piston
|
||||
tmpfs:
|
||||
- /piston/jobs:exec
|
||||
|
||||
piston_fs_repo: # Local testing of packages
|
||||
build: repo
|
||||
command: ['dart-2.12.1'] # Only build dart
|
||||
volumes:
|
||||
- .:/piston
|
||||
piston_fs_repo: # Local testing of packages
|
||||
build: repo
|
||||
command: ['dart-2.12.1'] # Only build dart
|
||||
volumes:
|
||||
- .:/piston
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue