Skip to content

Instantly share code, notes, and snippets.

@qweliant
Last active September 1, 2020 19:35
Show Gist options
  • Save qweliant/01a8cbba29e573ab804393cf4ba7a13b to your computer and use it in GitHub Desktop.
Save qweliant/01a8cbba29e573ab804393cf4ba7a13b to your computer and use it in GitHub Desktop.
yml for docker compose
version: '3'
services:
chatsume:
build: .
container_name: "chsme"
ports:
- "8000:8080"
volumes:
- ./app/:/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment