services: app: image: your-image:latest container_name: ${APP_NAME} restart: unless-stopped ports: - "${APP_PORT}:8080" environment: - TZ=Europe/London