Skip to content
Snippets Groups Projects
Commit ae467877 authored by Flnal's avatar Flnal
Browse files

changes for docker

parent 93ab6c24
No related branches found
No related tags found
1 merge request!3Master
services: services:
banktransfer:
build:
context: ./src
dockerfile: banktransfer/Dockerfile
myaktion: myaktion:
build: ./src/myaktion build:
context: ./src
dockerfile: myaktion/Dockerfile
ports: ports:
- "8000:8000" - "8000:8000"
environment: environment:
- DB_CONNECT=mariadb:3306 - DB_CONNECT=mariadb:3306
- LOG_LEVEL=info - BANKTRANSFER_CONNECT=banktransfer:9111
- LOG_LEVEL=info # change to trace for debugging
mariadb: mariadb:
image: mariadb:10.5 image: mariadb:10.5
environment: environment:
......
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment