services: database: image: postgres environment: POSTGRES_USER: artificiale POSTGRES_PASSWORD: changeme POSTGRES_DB: artificiale ports: - 5432:5432 volumes: - ./docker-data/database:/var/lib/postgresql/data