services: links: container_name: links build: . restart: unless-stopped environment: DB_PATH: "/links/db.db" DID: "did:plc:w7x22x56pgtta23uulbcahbo" LOG_LEVEL: "INFO" ITEM_PER_PAGES: 10 PORT: "8080" volumes: - type: bind source: ./links target: /links ports: - 8080:8080