version: '3' services: ehasa-backend: build: . container_name: back ports: - 5000:5000 postgres: image: mdillon/postgis container_name: postgis ports: - 5432:5432