testo / docker-compose.yml
AbdelHadi Ghanem
ss
f545f2a
Raw
History Blame Contribute Delete
290 Bytes
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