#tradewind:update

This commit is contained in:
2022-07-12 15:30:48 +08:00
parent 4a4b03836d
commit ddce943c33
5 changed files with 54 additions and 12 deletions

View File

@@ -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: