kevin
Results
2
comments of
kevin
> 具体配置 ```yml version: '3' services: realworld: image: sinchang/realworld:latest environment: - NODE_ENV=production - EGG_SERVER_ENV=prod - DB_USER=wang - DB_DATABASE=realworld - DB_PASSWORD= depends_on: - db networks: - docker_realworld ports: - 7001:7001 db:...