godash/docker-compose.yml

17 lines
318 B
YAML
Raw Normal View History

2023-06-14 21:53:27 +02:00
services:
dev:
build:
context: .
dockerfile: ./docker/Dockerfile.dev
args:
2023-06-16 13:19:10 +02:00
- GOLANG_VERSION=${GOLANG_VERSION}
command: air -c .air.toml
2023-06-14 21:53:27 +02:00
environment:
- TZ=Europe/Berlin
- LOG_LEVEL=debug
- TITLE=DEV
ports:
- 4000:4000
volumes:
- ./src:/src/