Newer
Older
version: '3.1'
services:
deployment:
build:
dockerfile: Dockerfile
context: .
image: trazabilidad:dev
container_name: trazabilidad-deploy-smart-contract
volumes:
- .:/opt/project
command: python manage.py deployar_trazabilidad --wait --gas ${GAS_LIMIT:-4500000}
environment:
DEBUG: ${DEBUG:-1}
SECRET_KEY: ${SECRET_KEY:-secret}