services: grav: image: lscr.io/linuxserver/grav:latest container_name: grav-popcyclical environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - /srv/grav-popcyclical:/config ports: - 2229:80 restart: unless-stopped networks: default: external: name: npm-network