mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 07:18:02 +01:00
10 lines
223 B
YAML
10 lines
223 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:
|
|
- "127.0.0.1:8011:8000"
|