version: '2' services: app: ports: - 80:3000 restart: always database: restart: always