version: '3' services: example_container: build: context: "." hostname: "example" tty: true stdin_open: true volumes: - ./:/source environment: - HELLO=world