mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-01-22 05:13:36 +01:00
11 lines
191 B
YAML
11 lines
191 B
YAML
services:
|
|
django:
|
|
extends:
|
|
file: docker-compose.yaml
|
|
service: django
|
|
image: crocmagnon/checkout:latest
|
|
platform: linux/amd64
|
|
|
|
volumes:
|
|
staticfiles: {}
|
|
media: {}
|