File size: 290 Bytes
d9fea7f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
services:
app:
build:
context: .
dockerfile: docker/Dockerfile
image: synthetic-data-generator:app
ports:
- "7860:7860"
env_file:
- .env
networks:
- app-network
networks:
app-network:
name: synthetic-data-network
driver: bridge |