diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index ac76102..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: rendiciones -services: - rendiciones: - ports: - - 5000:5000 - volumes: - - YOUR_PATH/rendiciones/db:/app/db - - YOUR_PATH/rendiciones/static/cache:/app/static/cache - container_name: rendiciones-server - image: rendiciones:latest - restart: unless-stopped \ No newline at end of file