Commit 2fd72ebe authored by John Red Medrano's avatar John Red Medrano

deploy-dev

parent e0de1fa3
Pipeline #358 passed with stages
in 1 minute and 52 seconds
version: '3'
services:
xxx:
# environment:
# - $IMAGE_NAME
# - $wow
env_file:
- test.env
image: red-test
build:
context: .
......@@ -18,11 +13,6 @@ services:
container_name: dev_rmsv2_api_container
restart: always
ddd:
# environment:
# - $IMAGE_NAME
# - $wow
env_file:
- test.env
image: red-test
build:
context: .
......@@ -31,7 +21,7 @@ services:
volumes:
- .:/code
ports:
- $export:$local
- "${export}:${local}"
container_name: dev_rmsv2_api_container
restart: always
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment