version: '3' services: database: container_name: database image: postgres:17.5 build: ./ restart: always env_file: - .env ports: - 5432:5432