Skip to content

Instantly share code, notes, and snippets.

View ryansorensen's full-sized avatar

Ryan Sorensen ryansorensen

  • Los Angeles, CA
View GitHub Profile
@ryansorensen
ryansorensen / docker-compose.yml
Created December 7, 2020 18:20
Pivotal / postfacto docker-compose
version: "3.3"
services:
postfacto:
# restart: always
image: postfacto/postfacto:latest
container_name: postfacto
# note: this pid is preventing the container from being restarted sometimes.
# current fix is to docker -rm postfacto && docker-compose up -d postfacto
command: rm /postfacto/tmp/pids/server.pid