Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3"
- services:
- app:
- build:
- network: host
- context: ./app
- container_name: pk_app
- #restart: unless-stopped
- environment:
- NODE_ENV: production
- DATABASE_CLIENT: mysql
- #DATABASE_HOST: 185.247.28.117
- #DATABASE_PORT: 3306
- #DATABASE_NAME: plzenskekapelystrapi
- #DATABASE_USERNAME: plzenskekapelystrapi
- #DATABASE_PASSWORD: xxxxx
- DATABASE_HOST: 127.0.0.1
- DATABASE_PORT: 3306
- DATABASE_NAME: pk_strapi
- DATABASE_USERNAME: root
- DATABASE_PASSWORD: root
- APP_KEYS: testKey1,testKey2
- volumes:
- - ./app:/srv/app
- ports:
- - 1337:1337
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement