mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-02 03:26:51 +01:00
Started to add docker
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
[Unit]
|
||||
Description="pastel.codes web service"
|
||||
Documentation=https://pastel.codes.com
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Environment=PORT=7000
|
||||
Environment=NODE_ENV=production
|
||||
Environment=GHOST_KEY=key
|
||||
Environment=HCAPTCHA_KEY=key
|
||||
Environment=SENDGRID_API_KEY=key
|
||||
Environment=TO_MAIL_USER=user
|
||||
Environment=REPLY_TO_MAIL=user
|
||||
Environment=FROM_MAIL_USER=user
|
||||
StandardOutput=syslog
|
||||
SyslogIdentifier=pastel-codes
|
||||
User=web
|
||||
ExecStart=/home/web/pastel.codes/bin/www
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user