Sha256: 567ef6a35580785452ae1b20981295ecce58951e97c980449901ba89561d5a55

Contents?: true

Size: 379 Bytes

Versions: 6

Compression:

Stored size: 379 Bytes

Contents

version: "3.9"

services:
  db:
    image: postgres
    volumes:
      - ./data/db:/var/lib/postgresql/data
    environment:
      - POSTGRES_DB=postgres
      - POSTGRES_USER=postgres
      - POSTGRES_PASSWORD=postgres
  web:
    build: .
    command: python manage.py runserver 0.0.0.0:8000
    volumes:
      - .:/code
    ports:
      - "8000:8000"
    depends_on:
      - db

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
roro-0.3.30 lib/roro/stacks/library/roro/plots/python/plots/django/templates/docker-compose.yml
roro-0.3.28 lib/roro/stacks/library/roro/plots/python/plots/django/templates/docker-compose.yml
roro-0.3.27 lib/roro/stacks/library/roro/plots/python/plots/django/templates/docker-compose.yml
roro-0.3.25 lib/roro/stacks/library/roro/plots/python/plots/django/templates/docker-compose.yml
roro-0.3.24 lib/roro/stacks/library/roro/plots/python/plots/django/templates/docker-compose.yml
roro-0.3.23 lib/roro/stacks/library/roro/plots/python/plots/django/templates/docker-compose.yml