Advertisement
TomerFi

switcher_webapi_compose

May 5th, 2019
1,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.21 KB | None | 0 0
  1. version: '3.7'
  2.  
  3. services:
  4.   switcher_api:
  5.     image: tomerfi/switcher_webapi:latest
  6.     container_name: 'switcher_webapi'
  7.     env_file:
  8.      - .env_vars
  9.     ports:
  10.      - 8000:8000
  11.     restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement