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