mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
fix wrong docker config
This commit is contained in:
+10
-8
@@ -3,15 +3,17 @@ services:
|
||||
|
||||
# The Application
|
||||
app:
|
||||
build:
|
||||
context: ./docker/mysql
|
||||
working_dir: /var/www
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- /var/www/storage
|
||||
env_file: '.env'
|
||||
environment:
|
||||
- "DB_HOST=database"
|
||||
- "REDIS_HOST=cache"
|
||||
- .:/app
|
||||
env_file: .env
|
||||
working_dir: /app
|
||||
depends_on:
|
||||
- mysql
|
||||
links:
|
||||
- mysql
|
||||
|
||||
|
||||
### Caddy Server #########################################
|
||||
|
||||
Reference in New Issue
Block a user