Skip to content

Instantly share code, notes, and snippets.

@TommyTheTribe
Last active May 29, 2021 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TommyTheTribe/f0886fcd46599a4464127d7503496efc to your computer and use it in GitHub Desktop.
Save TommyTheTribe/f0886fcd46599a4464127d7503496efc to your computer and use it in GitHub Desktop.
docker-compose.yaml
version: "3.5"
services:
backend:
image: rg.fr-par.scw.cloud/thetribe/backend:latest
restart: unless-stopped
container_name: backend
working_dir: /app
expose: - "8080"
ports: - "8080:8080"
environment: - NODE_ENV=staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment