This commit is contained in:
2022-11-21 09:02:44 +08:00
parent b0a1e7b19b
commit 3d719c230a
3 changed files with 1755 additions and 11 deletions
+6 -8
View File
@@ -1,17 +1,15 @@
version: "3"
services:
php73:
php74:
image: registry.chiefsoft.net/php-fpm:7.4
build:
context: ./
platforms:
- "linux/amd64"
dockerfile: Dockerfile
depends_on:
- redis
hostname: php73
container_name: php73
hostname: php72
container_name: php72
volumes:
- ./configs:/cfgs
env_file: .env
redis:
image: redis:latest