Removed staging from compose
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
conjuntasbot_staging:
|
conjuntasbot:
|
||||||
build: conjuntasbot
|
build: conjuntasbot
|
||||||
image: conjuntasbot_staging
|
image: conjuntasbot
|
||||||
container_name: conjuntasbot_staging
|
container_name: conjuntasbot
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user