|
1 | 1 | {
|
2 |
| - "name": "pgec", |
| 2 | + "name": "pgec", |
3 | 3 |
|
4 |
| - "dockerFile": "Dockerfile", |
| 4 | + "dockerFile": "Dockerfile", |
5 | 5 |
|
6 |
| - "postStartCommand": "docker compose up --detach --remove-orphans", |
| 6 | + "postStartCommand": "./bin/up", |
7 | 7 |
|
8 |
| - "containerEnv": { |
9 |
| - "PGMP_DATABASE_USER": "postgres", |
10 |
| - "PGMP_DATABASE_PASSWORD": "postgres" |
11 |
| - }, |
| 8 | + "containerEnv": { |
| 9 | + "PGMP_DATABASE_USER": "postgres", |
| 10 | + "PGMP_DATABASE_PASSWORD": "postgres" |
| 11 | + }, |
12 | 12 |
|
13 |
| - "hostRequirements": { |
14 |
| - "cpus": 2, |
15 |
| - "memory": "4gb", |
16 |
| - "storage": "32gb" |
17 |
| - }, |
| 13 | + "hostRequirements": { |
| 14 | + "cpus": 2, |
| 15 | + "memory": "4gb", |
| 16 | + "storage": "32gb" |
| 17 | + }, |
18 | 18 |
|
19 |
| - "customizations": { |
20 |
| - "codespaces": { |
21 |
| - "openFiles": ["example.py"] |
22 |
| - } |
23 |
| - }, |
| 19 | + "customizations": { |
| 20 | + "codespaces": { |
| 21 | + "openFiles": ["example.py"] |
| 22 | + } |
| 23 | + }, |
24 | 24 |
|
25 |
| - "forwardPorts": [9092, 9100], |
| 25 | + "forwardPorts": [9092, 9100], |
26 | 26 |
|
27 |
| - "portsAttributes": { |
28 |
| - "9092": { "label": "kafka" }, |
29 |
| - "9100": { "label": "metrics" } |
30 |
| - }, |
| 27 | + "portsAttributes": { |
| 28 | + "9092": { "label": "kafka" }, |
| 29 | + "9100": { "label": "metrics" } |
| 30 | + }, |
31 | 31 |
|
32 |
| - "features": { |
33 |
| - "ghcr.io/devcontainers/features/sshd:1": {}, |
| 32 | + "features": { |
| 33 | + "ghcr.io/devcontainers/features/sshd:1": {}, |
34 | 34 |
|
35 |
| - "ghcr.io/devcontainers/features/common-utils:2": {}, |
| 35 | + "ghcr.io/devcontainers/features/common-utils:2": {}, |
36 | 36 |
|
37 |
| - "ghcr.io/devcontainers/features/docker-in-docker:2": {} |
38 |
| - } |
| 37 | + "ghcr.io/devcontainers/features/docker-in-docker:2": {} |
| 38 | + } |
39 | 39 | }
|
0 commit comments