This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
awesome-compose
Watch
1
Star
0
Fork
You've already forked awesome-compose
0
mirror of
https://github.com/docker/awesome-compose.git
synced
2025-04-18 23:08:07 +02:00
Code
Activity
c2f8036fd3
awesome-compose
/
django
/
compose.yaml
8 lines
102 B
YAML
Raw
Normal View
History
Unescape
Escape
Remove version from compose files to conform to the specification (#167) https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-11-04 15:51:58 +01:00
services
:
Django example (#43) Add a Django example
2020-04-07 09:00:55 -03:00
web
:
add configuration to use django sample with Docker Dev Environments feature (#252) Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-07-12 12:18:35 +02:00
build
:
context
:
app
target
:
builder
Django example (#43) Add a Django example
2020-04-07 09:00:55 -03:00
ports
:
-
'8000:8000'
Copy permalink