Thanks to visit codestin.com
Credit goes to github.com

Skip to content

个人发卡源码,发卡系统,二次元发卡系统,二次元发卡源码,发卡程序,动漫发卡,PHP发卡源码,异次元发卡

License

Notifications You must be signed in to change notification settings

Nodewebzsz/acg-faka

 
 

Repository files navigation

docker compose 快速部署

version: '3.8'

services:
  acgfaka:
    image: ghcr.io/sky22333/acg-faka:latest
    ports:
      - "9000:80"
    depends_on:
      - mysql
      - redis
    restart: always

  mysql:
    image: mysql:5.7
    environment:
      MYSQL_ROOT_PASSWORD: rootpassword    # 数据库的root用户密码
      MYSQL_DATABASE: acgfakadb            # 数据库名称
      MYSQL_USER: acgfakauser              # 数据库用户名称
      MYSQL_PASSWORD: acgfakapassword      # 数据库用户密码
    volumes:
      - /home/mysql:/var/lib/mysql
    restart: always

  redis:
    image: redis:latest
    restart: always

About

个人发卡源码,发卡系统,二次元发卡系统,二次元发卡源码,发卡程序,动漫发卡,PHP发卡源码,异次元发卡

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%