mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-10 02:13:54 +01:00
12 lines
206 B
YAML
12 lines
206 B
YAML
version: '2.4'
|
|
services:
|
|
django:
|
|
extends:
|
|
file: docker-compose.yaml
|
|
service: django
|
|
image: crocmagnon/checkout:latest
|
|
platform: linux/amd64
|
|
|
|
volumes:
|
|
staticfiles: {}
|
|
media: {}
|