Skip to content

Commit

Permalink
Change names
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Dec 26, 2022
1 parent 6694b31 commit a7f1b05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: '3'
services:
api:
alquran_api:
build:
context: .
dockerfile: Dockerfile
Expand All @@ -24,16 +24,16 @@ services:
volumes:
- .:/var/www
privileged: true
container_name: api
container_name: alquran_api

mysql:
alquran_api_mysql:
image: islamicnetwork/api.alquran.cloud-db:latest
environment:
MYSQL_ROOT_PASSWORD: "root"
MYSQL_USER: "api"
MYSQL_PASSWORD: "api"
MYSQL_DATABASE: "api"
container_name: mysql
container_name: alquran_api_mysql
ports:
- "3306:3306"

Expand All @@ -46,11 +46,11 @@ services:
# - "5984:5984"
# container_name: couchdb

memcached:
alquran_api_memcached:
image: memcached:1.6
command:
- "memcached"
- "-m"
- "64"
container_name: memcached
container_name: alquran_api_memcached

0 comments on commit a7f1b05

Please sign in to comment.