shortener/docker-compose.yaml

15 lines
231 B
YAML
Raw Normal View History

2021-05-29 16:22:13 +02:00
version: "2.4"
services:
shortener:
2021-05-29 16:45:45 +02:00
image: rg.fr-par.scw.cloud/crocmagnon/shortener
2021-05-29 16:22:13 +02:00
build: .
2021-06-07 16:43:13 +02:00
env_file: envs/docker.env
2021-05-29 16:22:13 +02:00
ports:
- 8000:8000
volumes:
- shortener_data:/db
volumes:
shortener_data: