3 posts with the tag Docker Compose
How to setup Scala Play framework on Docker?
October 27, 2021
posted by Bunlong
In the previous article we showed you How to setup Scala and SBT on Docker? and in this article we are going t ...
How to setup Scala and SBT on Docker?
August 26, 2021
posted by Bunlong
In this article we are going to show you how to setup Scala in docker container as well as how to setup sbt an ...
docker-compose.ymlのサービス名にアンダースコアを使うと正しいインターネットホスト名ではなくなる
August 25, 2020
posted by issei_m
以前こんな記事を書きました。 AWS CLI v2の公式Dockerイメージが出たみたいなので使ってみた ご存知の通りDocker Composeでは、以下の様にしてサービス (≒コンテナ) に名前をつける事ができ、これ ...