Add CRUD for Drug
This commit is contained in:
@@ -2,8 +2,8 @@ version: "2.2"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: xf/envelope:prod
|
||||
container_name: envelope
|
||||
image: xf/drugs:prod
|
||||
container_name: drugs
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
@@ -31,8 +31,8 @@ services:
|
||||
- xf
|
||||
|
||||
migration:
|
||||
image: xf/envelope:prod
|
||||
container_name: migration_envelope
|
||||
image: xf/drugs:prod
|
||||
container_name: migration_drugs
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
@@ -49,8 +49,8 @@ services:
|
||||
- stack.env
|
||||
|
||||
collectstatic:
|
||||
image: xf/envelope:prod
|
||||
container_name: collectstatic_envelope
|
||||
image: xf/drugs:prod
|
||||
container_name: collectstatic_drugs
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
@@ -67,7 +67,7 @@ services:
|
||||
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
container_name: nginx_envelope
|
||||
container_name: nginx_drugs
|
||||
ports:
|
||||
- ${APP_PORT}:9999
|
||||
ulimits:
|
||||
@@ -90,7 +90,7 @@ services:
|
||||
|
||||
tmp:
|
||||
image: busybox
|
||||
container_name: tmp_envelope
|
||||
container_name: tmp_drugs
|
||||
command: chmod -R 777 /var/run/socks
|
||||
volumes:
|
||||
- /var/run/socks
|
||||
|
||||
Reference in New Issue
Block a user