/ .devcontainer / devcontainer.json
devcontainer.json
1 // For format details, see https://aka.ms/devcontainer.json. For config options, see the 2 // README at: https://github.com/devcontainers/templates/tree/main/src/postgres 3 { 4 "name": "Python 3 & PostgreSQL", 5 "dockerComposeFile": "docker-compose.yml", 6 "service": "app", 7 "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", 8 "postCreateCommand": "scripts/post_container_create.sh" 9 }