Skip to content

Commit

Permalink
Update devcontainer service name
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Jul 22, 2024
1 parent 38dd1f2 commit d7fdc44
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/python-3.10/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dockerComposeFile": [
"./docker-compose.yml"
],
"service": "python-3.10",
"service": "python-3.10-fastagencyapi",
"forwardPorts": [
"${containerEnv:CONTAINER_PREFIX}-nats-py310-fastagencyapi:9222"
],
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/python-3.10/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'

services:
python-3.10: # nosemgrep
python-3.10-fastagencyapi: # nosemgrep
image: mcr.microsoft.com/devcontainers/python:3.10
container_name: $USER-python-3.10-fastagencyapi
volumes:
Expand All @@ -15,7 +15,7 @@ services:
- ../devcontainer.env
networks:
- fastagencyapi-network
nats-fastagency: # nosemgrep
nats-fastagencyapi: # nosemgrep
image: nats:latest
container_name: $USER-nats-py310-fastagencyapi
# ports:
Expand All @@ -28,7 +28,7 @@ services:
- ../devcontainer.env
networks:
- fastagencyapi-network
postgres-fastagency: # nosemgrep
postgres-fastagencyapi: # nosemgrep
image: postgres:latest
container_name: $USER-postgres-py310-fastagencyapi
environment:
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/python-3.11/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dockerComposeFile": [
"./docker-compose.yml"
],
"service": "python-3.11",
"service": "python-3.11-fastagencyapi",
"forwardPorts": [
"${containerEnv:CONTAINER_PREFIX}-nats-py311-fastagencyapi:9222"
],
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/python-3.11/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'

services:
python-3.11: # nosemgrep
python-3.11-fastagencyapi: # nosemgrep
image: mcr.microsoft.com/devcontainers/python:3.11
container_name: $USER-python-3.11-fastagencyapi
volumes:
Expand All @@ -15,7 +15,7 @@ services:
- ../devcontainer.env
networks:
- fastagencyapi-network
nats-fastagency: # nosemgrep
nats-fastagencyapi: # nosemgrep
image: nats:latest
container_name: $USER-nats-py311-fastagencyapi
# ports:
Expand All @@ -28,7 +28,7 @@ services:
- ../devcontainer.env
networks:
- fastagencyapi-network
postgres-fastagency: # nosemgrep
postgres-fastagencyapi: # nosemgrep
image: postgres:latest
container_name: $USER-postgres-py311-fastagencyapi
environment:
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/python-3.12/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dockerComposeFile": [
"./docker-compose.yml"
],
"service": "python-3.12",
"service": "python-3.12-fastagencyapi",
"forwardPorts": [
"${containerEnv:CONTAINER_PREFIX}-nats-py312-fastagencyapi:9222"
],
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/python-3.12/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'

services:
python-3.12: # nosemgrep
python-3.12-fastagencyapi: # nosemgrep
image: mcr.microsoft.com/devcontainers/python:3.12
container_name: $USER-python-3.12-fastagencyapi
volumes:
Expand All @@ -15,7 +15,7 @@ services:
- ../devcontainer.env
networks:
- fastagencyapi-network
nats-fastagency: # nosemgrep
nats-fastagencyapi: # nosemgrep
image: nats:latest
container_name: $USER-nats-py312-fastagencyapi
# ports:
Expand All @@ -28,7 +28,7 @@ services:
- ../devcontainer.env
networks:
- fastagencyapi-network
postgres-fastagency: # nosemgrep
postgres-fastagencyapi: # nosemgrep
image: postgres:latest
container_name: $USER-postgres-py312-fastagencyapi
environment:
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/python-3.9/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"dockerComposeFile": [
"./docker-compose.yml"
],
"service": "python-3.9",
"service": "python-3.9-fastagencyapi",
"forwardPorts": [
"${containerEnv:CONTAINER_PREFIX}-nats-py39-fastagencyapiapi:9222"
"${containerEnv:CONTAINER_PREFIX}-nats-py39-fastagencyapi:9222"
],
"shutdownAction": "stopCompose",
"workspaceFolder": "/workspaces/fastagencyapi",
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/python-3.9/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'

services:
python-3.9: # nosemgrep
python-3.9-fastagencyapi: # nosemgrep
image: mcr.microsoft.com/devcontainers/python:3.9
container_name: $USER-python-3.9-fastagencyapi
volumes:
Expand All @@ -15,7 +15,7 @@ services:
- ../devcontainer.env
networks:
- fastagencyapi-network
nats-fastagency: # nosemgrep
nats-fastagencyapi: # nosemgrep
image: nats:latest
container_name: $USER-nats-py39-fastagencyapi
# ports:
Expand All @@ -28,7 +28,7 @@ services:
- ../devcontainer.env
networks:
- fastagencyapi-network
postgres-fastagency: # nosemgrep
postgres-fastagencyapi: # nosemgrep
image: postgres:latest
container_name: $USER-postgres-py39-fastagencyapi
environment:
Expand Down

0 comments on commit d7fdc44

Please sign in to comment.