services: linkki-tiedotus: image: git.ajpanton.se/ajp_anton/linkki-tiedotus:1 environment: LINKKI_DATA_DIR: /data ports: - "8080:8080" volumes: - ${LINKKI_DATA_DIR:?Set LINKKI_DATA_DIR to the persistent host directory}:/data restart: unless-stopped