Initial commit
This commit is contained in:
14
docker.gitea.service
Normal file
14
docker.gitea.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=gitea service with docker compose
|
||||
PartOf=docker.service
|
||||
After=docker.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
WorkingDirectory=/var/lib/gitea
|
||||
ExecStart=/usr/bin/docker-compose up -d --remove-orphans
|
||||
ExecStop=/usr/bin/docker-compose down
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user