collectif-corse / docker-compose.yml
Clément PEPONNET
chore: add docker implem
c2bd444
raw
history blame contribute delete
241 Bytes
version: '3.8'
services:
collectif-corse:
build: .
ports:
- "7860:7860"
environment:
- GRADIO_SERVER_NAME=0.0.0.0
- GRADIO_SERVER_PORT=7860
restart: unless-stopped
container_name: collectif-corse-app