Skip to content

Commit

Permalink
fix: continuous run
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Nov 27, 2024
1 parent 9edbc5d commit 5d593d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
mftp:
build:
Expand All @@ -23,7 +21,6 @@ services:
db:
image: mongo:latest
container_name: mftp-db
restart: unless-stopped
environment:
- MONGO_INITDB_ROOT_USERNAME=${MONGO_ROOT_USERNAME}
- MONGO_INITDB_ROOT_PASSWORD=${MONGO_ROOT_PASSWORD}
Expand Down Expand Up @@ -63,4 +60,3 @@ volumes:
networks:
mftp_network:
driver: bridge

2 changes: 0 additions & 2 deletions mftp/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
dockerfile: Dockerfile
image: metakgporg/mftp
container_name: mftp
restart: unless-stopped
command: $MFTP_MODE
volumes:
- $MFTP_CONFIG/env.py:/app/env.py
Expand All @@ -22,7 +21,6 @@ services:
db:
image: mongo:latest
container_name: mftp-db
restart: unless-stopped
environment:
- MONGO_INITDB_ROOT_USERNAME=${MONGO_ROOT_USERNAME}
- MONGO_INITDB_ROOT_PASSWORD=${MONGO_ROOT_PASSWORD}
Expand Down

0 comments on commit 5d593d2

Please sign in to comment.