Update compose.yaml
This commit is contained in:
50
compose.yaml
50
compose.yaml
@@ -1,23 +1,23 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
app-3.7:
|
# app-3.7:
|
||||||
image: app:3.7.16-slim-bullseye
|
# image: app:3.7.16-slim-bullseye
|
||||||
build:
|
# build:
|
||||||
context: .
|
# context: .
|
||||||
dockerfile: Dockerfile.python:3.7.16-slim-bullseye
|
# dockerfile: Dockerfile.python:3.7.16-slim-bullseye
|
||||||
volumes:
|
# volumes:
|
||||||
- .:/usr/src/app/
|
# - .:/usr/src/app/
|
||||||
ports:
|
# ports:
|
||||||
- 8037:8000
|
# - 8037:8000
|
||||||
app-3.8:
|
# app-3.8:
|
||||||
image: app:3.8.16-slim-bullseye
|
# image: app:3.8.16-slim-bullseye
|
||||||
build:
|
# build:
|
||||||
context: .
|
# context: .
|
||||||
dockerfile: Dockerfile.python:3.8.16-slim-bullseye
|
# dockerfile: Dockerfile.python:3.8.16-slim-bullseye
|
||||||
volumes:
|
# volumes:
|
||||||
- .:/usr/src/app/
|
# - .:/usr/src/app/
|
||||||
ports:
|
# ports:
|
||||||
- 8038:8000
|
# - 8038:8000
|
||||||
app-3.9:
|
app-3.9:
|
||||||
image: app:3.9.9-slim-bullseye
|
image: app:3.9.9-slim-bullseye
|
||||||
build:
|
build:
|
||||||
@@ -27,12 +27,12 @@ services:
|
|||||||
- .:/usr/src/app/
|
- .:/usr/src/app/
|
||||||
ports:
|
ports:
|
||||||
- 8039:8000
|
- 8039:8000
|
||||||
app-3.9-full:
|
# app-3.9-full:
|
||||||
image: app:3.9.9-slim-bullseye
|
# image: app:3.9.9-slim-bullseye
|
||||||
build:
|
# build:
|
||||||
context: .
|
# context: .
|
||||||
dockerfile: Dockerfile.python:3.9.9-bullseye
|
# dockerfile: Dockerfile.python:3.9.9-bullseye
|
||||||
volumes:
|
# volumes:
|
||||||
- .:/usr/src/app/
|
# - .:/usr/src/app/
|
||||||
ports:
|
ports:
|
||||||
- 8039:8000
|
- 8039:8000
|
||||||
Reference in New Issue
Block a user