version: '3' services: database: image: 'postgres:latest' ports: - 5433:5432 env_file: - .env environment: POSTGRES_DB: fitness_database