services: french-journey: build: . container_name: french-journey restart: unless-stopped ports: - "${PORT:-8011}:8011" environment: PORT: 8011