1 name: "open_street_map"
7 dockerfile: .devcontainer/Dockerfile
10 - ../..:/workspaces:cached
12 # Overrides default command so things don't shut down after the process ends.
13 command: sleep infinity
15 # Uncomment the next line to use a non-root user for all processes.
18 # Use "forwardPorts" in **devcontainer.json** to forward an app port locally.
19 # (Adding the "ports" property to this file will not forward from a Codespace.)
27 image: selenium/standalone-firefox
28 restart: unless-stopped
31 image: selenium/standalone-firefox
32 restart: unless-stopped
35 image: selenium/standalone-firefox
36 restart: unless-stopped
40 restart: unless-stopped
44 - postgres-data:/var/lib/postgresql/data
46 POSTGRES_DB: openstreetmap
47 POSTGRES_USER: openstreetmap
48 POSTGRES_PASSWORD: openstreetmap