#docker containers

1 messages · Page 1 of 1 (latest)

polar fog
ocean ravine
#

what if 2 containers have to run at once in the same network? is it considered an anti-pattern?

ocean ravine
#

my current method is to docker-compose up in local dev, and in github action:

      - name: Start Service
        run: |
          docker-compose up -d