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