update: env example, docker-compose e atualiza gitignore
This commit is contained in:
@@ -6,4 +6,5 @@ DB_ROOT_PASSWORD=
|
||||
DB_PORT=3306
|
||||
|
||||
APP_URL=http://localhost:8000
|
||||
JWT_SECRET=change_this_secret_key_to_something_secure
|
||||
JWT_SECRET=your_secret_key_change_me
|
||||
INTEGRATION_TOKEN=change_me
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,5 @@
|
||||
agent/dist/*
|
||||
.env
|
||||
.idea
|
||||
.DS_Store
|
||||
mysql_data/
|
||||
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
MYSQL_PASSWORD: ${DB_PASS}
|
||||
MYSQL_USER: ${DB_USER}
|
||||
volumes:
|
||||
- dbdata:/var/lib/mysql
|
||||
- ./mysql_data:/var/lib/mysql
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
networks:
|
||||
@@ -42,6 +42,3 @@ services:
|
||||
networks:
|
||||
dnsblock-network:
|
||||
driver: bridge
|
||||
|
||||
volumes:
|
||||
dbdata:
|
||||
|
||||
Reference in New Issue
Block a user