Files
fhevm-solidity/ci/docker-compose.yml
2023-07-26 12:40:03 +02:00

15 lines
265 B
YAML

version: "3.8"
services:
app:
build:
context: .
args:
FHEVM_TFHE_CLI_TAG: v0.1.2
image: docker-python-fhevm
volumes:
- ../:/home
stdin_open: true
tty: true
extra_hosts:
- "host.docker.internal:host-gateway"