mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 15:28:02 +01:00
11 lines
213 B
YAML
11 lines
213 B
YAML
|
services:
|
||
|
django:
|
||
|
image: rg.fr-par.scw.cloud/crocmagnon/shortener
|
||
|
env_file: shortener.env
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- ./shortener_data:/db
|
||
|
mem_limit: 300m
|
||
|
ports:
|
||
|
- "8011:8000"
|