services: apothecary: image: gitea.thewrightserver.net/josh/apothecary:latest container_name: apothecary restart: unless-stopped ports: - "4000:4000" environment: PORT: "4000" APOTHECARY_DB: /data/apothecary.db volumes: - apothecary-data:/data volumes: apothecary-data: