Skip to content

Commit

Permalink
renamed container
Browse files Browse the repository at this point in the history
  • Loading branch information
ddahan committed Oct 8, 2023
1 parent fd891a1 commit d07cc7c
Show file tree
Hide file tree
Showing 2 changed files with 559 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:

srv_django:
container_name: "ctn_django"
container_name: "masonkid_ctn_django"
# vars are injected at runtime, so no need to specify env_var value here.
image: 'python:3.11.6-bookworm'
volumes:
Expand All @@ -14,7 +14,7 @@ services:
- 8000

srv_postgres:
container_name: "ctn_postgres"
container_name: "masonkid_ctn_postgres"
environment:
- POSTGRES_DB=mydb
- POSTGRES_USER=myuser
Expand Down
Loading

0 comments on commit d07cc7c

Please sign in to comment.