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:
|
2023-06-16 13:34:16 +02:00
|
|
|
- ./:/app/
|