From 86cc05be8c259dc1c8a7602cae615d671ea9f715 Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 8 Mar 2025 07:15:05 +0000 Subject: [PATCH] Update compose.yaml --- compose.yaml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/compose.yaml b/compose.yaml index d089949..3ca3b34 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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 \ No newline at end of file