Skip to content

Commit

Permalink
fix: network names
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Apr 7, 2024
1 parent b927d19 commit deceeb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- name: Setup Docker container
run: |
docker network create traefik-glass
docker network create glass
cp .env-example .env
cd src
cp .env-example .env
Expand Down Expand Up @@ -49,7 +48,6 @@ jobs:
- name: Install Dependencies
run: |
docker network create traefik-glass
docker network create glass
cp .env-example .env
cd src
cp .env-example .env
Expand Down
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ services:
build: .
restart: always
networks:
- traefik
- traefik-glass
- glass
labels:
- traefik.enable=true
- 'traefik.docker.network=traefik-glass'
env_file:
- src/.env
glass-db:
image: 'mariadb:11.3.2'
restart: always
labels:
- 'traefik.docker.network=traefik-glass'
volumes:
- database-data:/var/lib/mysql
env_file:
Expand Down

0 comments on commit deceeb8

Please sign in to comment.