#tradewind:update
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
- ./log/nginx:/var/log/nginx
|
||||
container_name: nginx
|
||||
restart: always
|
||||
php7.4:
|
||||
php74:
|
||||
build:
|
||||
context: ./php7.4/
|
||||
dockerfile: dockerfile
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
# platform: linux/x86_64 # apple silicon
|
||||
# platform: linux/amd64 # apple silicon
|
||||
networks:
|
||||
- server
|
||||
ports:
|
||||
@@ -55,5 +55,16 @@ services:
|
||||
ports:
|
||||
- 6379:6379
|
||||
container_name: redis
|
||||
python:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: dockerfile
|
||||
volumes:
|
||||
- ${LOCAL_CODE_ROOT}:/code
|
||||
networks:
|
||||
- server
|
||||
container_name: python
|
||||
ports:
|
||||
- 8000:8000
|
||||
networks:
|
||||
server:
|
Reference in New Issue
Block a user