Skip to content

Instantly share code, notes, and snippets.

@afrokick
Created September 2, 2022 13:37
Show Gist options
  • Save afrokick/f272a0054fef30e3d1af6699a21f1edf to your computer and use it in GitHub Desktop.
Save afrokick/f272a0054fef30e3d1af6699a21f1edf to your computer and use it in GitHub Desktop.
docker-compose for meteor app
version: '3'
services:
edik_1:
restart: always
image: "${IMAGE}:${TAG}"
hostname: "${HOSTNAME}_1"
env_file:
- ./config.env
user: root
mem_limit: 4g
ports:
- '3000:3000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment