Skip to content

Commit

Permalink
feat: update test mode and bring back local bind
Browse files Browse the repository at this point in the history
  • Loading branch information
Nsttt committed Nov 13, 2024
1 parent 75e6c16 commit 5c839f5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions compose.pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
### ASK @Nsttt TO REQUEST CHANGES TO THIS FILE###
### ASK @Nsttt TO REQUEST CHANGES TO THIS FILE###

volumes:
db_data:
driver: local
driver_opts:
type: "nfs"
o: "addr=192.168.2.2,nfsvers=4.2,rw,hard,intr,sync"
device: ":/mnt/storage0/docker/sysarmy_telegram"

networks:
sysarmy:
driver: bridge
Expand All @@ -30,7 +22,7 @@ services:
MYSQL_USER: ${MYSQL_USER}
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
volumes:
- db_data:/var/lib/mysql
- /docker-data/sysarmy:/var/lib/mysql
networks:
- sysarmy
restart: unless-stopped
Expand All @@ -51,6 +43,7 @@ services:
EVENTBRITE_ORGANIZATION_ID: ${EVENTBRITE_ORGANIZATION_ID}
EVENTBRITE_API: ${EVENTBRITE_API}
EVENTBRITE_TOKEN: ${EVENTBRITE_TOKEN}
TEST_MODE: ${TEST_MODE}
depends_on:
- db
networks:
Expand Down

0 comments on commit 5c839f5

Please sign in to comment.