shortener/docker-compose.yaml

15 lines
228 B
YAML

version: "2.4"
services:
django:
image: rg.fr-par.scw.cloud/crocmagnon/shortener
build: .
env_file: envs/docker.env
ports:
- 8000:8000
volumes:
- shortener_data:/db
volumes:
shortener_data: