services: api: image: docker.li212.fr/litenote:latest restart: unless-stopped ports: - "${PORT}:8080" env_file: - .env volumes: - ${DATA_VOLUME:-data}:/data volumes: data: