Skip to content

Instantly share code, notes, and snippets.

View mozamimy's full-sized avatar
🍤
Flying Ebi

Mizuki Asada mozamimy

🍤
Flying Ebi
View GitHub Profile
@mapi
mapi / Dockerfile
Created October 10, 2016 03:37
rundeck
FROM openjdk:8-jre-alpine
ENV user rundeck
ENV group rundeck
RUN apk --update add ca-certificates curl && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
RUN mkdir -p /opt && \
addgroup -g 1000 ${group} && \
@argon
argon / gl-resque.service
Created July 3, 2012 10:15
GitLab systemd files
[Unit]
Description=Gitlab Resque
[Service]
Type=forking
SyslogIdentifier=gl-resque
User=gitlab
PIDFile=/home/gitlab/gitlab/tmp/pids/resque_worker.pid
WorkingDirectory=/home/gitlab/gitlab