Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Dec 25, 2024
1 parent 846435e commit f2aa2c5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
---
services:
flyway:
image: 'flyway/flyway:7.3.1'
container_name: 'the-gear-of-seasons_flyway'
hostname: 'the-gear-of-seasons_flyway'
restart: 'no'
volumes:
- ./db/flyway_data/sql:/flyway/sql
- ./db/flyway_data/conf:/flyway/conf
networks:
- 'default'
profiles: ['tool']

postgres:
image: 'postgres:13-alpine'
container_name: 'the-gear-of-seasons_postgres'
Expand Down Expand Up @@ -54,6 +42,18 @@ services:
- 'default'
- 'planet-link'

flyway:
image: 'flyway/flyway:7.3.1'
container_name: 'the-gear-of-seasons_flyway'
hostname: 'the-gear-of-seasons_flyway'
restart: 'no'
volumes:
- './db/flyway_data/sql:/flyway/sql'
- './db/flyway_data/conf:/flyway/conf'
networks:
- 'default'
profiles: ['tool']

networks:
default:
external: false
Expand Down

0 comments on commit f2aa2c5

Please sign in to comment.