1 name: "open_street_map"
7 dockerfile: .devcontainer/Dockerfile
10 - ../..:/workspaces:cached
11 - mise-cache:/home/vscode/.local/share/mise
13 # Overrides default command so things don't shut down after the process ends.
14 command: sleep infinity
16 # Uncomment the next line to use a non-root user for all processes.
19 # Use "forwardPorts" in **devcontainer.json** to forward an app port locally.
20 # (Adding the "ports" property to this file will not forward from a Codespace.)
28 image: selenium/standalone-firefox
29 restart: unless-stopped
32 image: selenium/standalone-firefox
33 restart: unless-stopped
36 image: selenium/standalone-firefox
37 restart: unless-stopped
41 restart: unless-stopped
45 - postgres-data:/var/lib/postgresql/data
47 POSTGRES_DB: openstreetmap
48 POSTGRES_USER: openstreetmap
49 POSTGRES_PASSWORD: openstreetmap