Removed staging from compose

This commit is contained in:
Joan
2024-02-16 20:35:51 +01:00
parent 5ba4228fcf
commit 2c9fbb26fb

View File

@@ -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