Update compose.yaml
Some checks failed
renovate / renovate (push) Successful in 34s
build / image-build (push) Failing after 6m37s

This commit is contained in:
2025-03-08 07:15:05 +00:00
parent ef22278a30
commit 86cc05be8c

View File

@@ -1,23 +1,23 @@
---
services:
app-3.7:
image: app:3.7.16-slim-bullseye
build:
context: .
dockerfile: Dockerfile.python:3.7.16-slim-bullseye
volumes:
- .:/usr/src/app/
ports:
- 8037:8000
app-3.8:
image: app:3.8.16-slim-bullseye
build:
context: .
dockerfile: Dockerfile.python:3.8.16-slim-bullseye
volumes:
- .:/usr/src/app/
ports:
- 8038:8000
# app-3.7:
# image: app:3.7.16-slim-bullseye
# build:
# context: .
# dockerfile: Dockerfile.python:3.7.16-slim-bullseye
# volumes:
# - .:/usr/src/app/
# ports:
# - 8037:8000
# app-3.8:
# image: app:3.8.16-slim-bullseye
# build:
# context: .
# dockerfile: Dockerfile.python:3.8.16-slim-bullseye
# volumes:
# - .:/usr/src/app/
# ports:
# - 8038:8000
app-3.9:
image: app:3.9.9-slim-bullseye
build:
@@ -27,12 +27,12 @@ services:
- .:/usr/src/app/
ports:
- 8039:8000
app-3.9-full:
image: app:3.9.9-slim-bullseye
build:
context: .
dockerfile: Dockerfile.python:3.9.9-bullseye
volumes:
- .:/usr/src/app/
# app-3.9-full:
# image: app:3.9.9-slim-bullseye
# build:
# context: .
# dockerfile: Dockerfile.python:3.9.9-bullseye
# volumes:
# - .:/usr/src/app/
ports:
- 8039:8000