crypto_prediction/docker-compose.yml

13 lines
212 B
YAML
Raw Permalink Normal View History

2022-09-05 15:13:08 +02:00
version: "3.8"
services:
autism-app:
container_name: crypto_prediction
image: crypto_prediction:latest
build:
context: .
volumes:
- ./results:/results
ports:
- 3000:3000