ff-db: image: postgres: container_name: ff_db restart: unless-stopped ports: - "5432:5432" environment: - POSTGRES_DB= - POSTGRES_USER= - POSTGRES_PASSWORD= volumes: - :/var/lib/postgresql/data