atmosphere 0.4.1

A lightweight SQL framework for sustainable database reliant systems
Documentation
1
2
3
4
5
6
7
8
9
version: "3.9"
services:
  database:
    image: imresamu/postgis:16-3.5
    environment:
      POSTGRES_PASSWORD: atmosphere
      POSTGRES_USER: atmosphere
    ports:
      - 127.0.0.1:5432:5432