docker-compose.prod.yml (12 lines of code) (raw):
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
version: '3.3'
services:
app:
build:
context: .
dockerfile: Dockerfile
image: devc/fbosbot:1.0-prod
container_name: fbosbot_prod
env_file:
- ./src/.envprod
ports:
- "5000:5000"