freelance-project-34-market.../d1/fxreader.online-gateway.service

17 lines
348 B
Desktop File

[Unit]
Description=fxreader.online-service
Requires=docker.service
After=docker.service
[Service]
#Type=oneshot
ExecStart=/usr/bin/docker compose up --force-recreate --remove-orphans
ExecStop=/usr/bin/docker compose down
WorkingDirectory={{PROJECT_ROOT}}
StandardOutput=null
StandardError=null
Restart=always
[Install]
WantedBy=multi-user.target